Description
omemo-utils
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
Installation Instructions
Enable this copr repository:
dnf copr enable fantom/omemo-utils
then run command:
dnf install omemo-utils
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release Architectures Repo Download Fedora 34 aarch64 (0)*, armhfp (0)*, i386 (0)*, x86_64 (0)* Fedora 34 (0 downloads)* Total number of packages downloaded in the last seven days.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/fantom/omemo-utils/