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 37 aarch64 (4)*, i386 (4)*, x86_64 (7)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (4)*, i386 (4)*, x86_64 (10)* Fedora 38 (14 downloads)
Fedora 39 aarch64 (4)*, i386 (4)*, x86_64 (4)* Fedora 39 (18 downloads)
Fedora 40 aarch64 (0)*, i386 (0)*, x86_64 (0)* Fedora 40 (1 downloads)
Fedora rawhide aarch64 (7)*, i386 (4)*, x86_64 (4)* Fedora rawhide (16 downloads)

* Total number of packages downloaded in the last seven days.