fantom/omemo-utils
Project ID: 50367
Description
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 38 | aarch64 (13)*, i386 (13)*, x86_64 (19)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (12)*, i386 (15)*, x86_64 (13)* | Fedora 39 (36 downloads) |
Fedora 40 | aarch64 (3)*, i386 (4)*, x86_64 (5)* | Fedora 40 (14 downloads) |
Fedora 41 | aarch64 (0)*, i386 (0)*, x86_64 (0)* | Fedora 41 (2 downloads) |
Fedora rawhide | aarch64 (15)*, i386 (12)*, x86_64 (14)* | Fedora rawhide (38 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable fantom/omemo-utils
More info about enabling Copr repositories