Coder Social home page Coder Social logo

omemo-utils's Introduction

omemo-utils builds.sr.ht status

Utilities for OMEMO media sharing.

Usage

ξ omut
Usage: ./omut [-d] [-o FILE] URL

Encrypt

Encrypt the file and send the output to a file using shell redirection:

ξ omut file:///home/me/file.txt > encrypted.aes

Encrypt the file and write the output to a file:

ξ omut -o encrypted.aes file:///home/me/file.txt

Decrypt

Decrypt the data located at the URL and send the output to a file using shell redirection:

ξ omut -d aesgcm://example.org/file.aes#abc...def > decrypted.txt

Decrypt the data located at the URL and write the output to a file:

ξ omut -d -o decrypted.txt aesgcm://example.org/file.aes#abc...def

omemo-utils's People

Contributors

jubalh avatar wstrm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

omemo-utils's Issues

Omemo certs sending

Hi Devs, (and excuse me if we should have the wrong place),
we are an Italian association and we have implemented our own Jabber/XMPP service,
we would like to understand better how the client send each certificates.
in particular we wonder if these OMEMO certificates passing through the server can somehow be intercepted.

in case we have the wrong place for this question, could you kindly point us to the most relevant project to this theme?

Thanks!

EXIT

Missing XEP and version supported

Can you add the supported XEP and what version?

The "Original" OMEMO is 0.3.0:

Diff Tool:

Release

Hi!

Can we get a release of this? :)

Add parameter to allow downloading if certificate is expired

If the certificate is expired we get:

omut -d -o test.png ....
Failed to read input

It would be good to have the option to still download the file even though the ssl cert is expired. A more detailed error message in this case would also be helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.