slackbuilds_ponce/office/unaesgcm
Lockywolf 5368f2aa58
office/unaesgcm: Added (omemo decryption).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-29 18:42:11 +07:00
..
doinst.sh
README
slack-desc
unaesgcm.info
unaesgcm.SlackBuild

unaesgcm is An AES-256-GCM de-/encryption utility specializing on
`aesgcm`-scheme URLs as described in the [OMEMO media sharing XMPP
extension (XEP-0454)](https://xmpp.org/extensions/xep-0454.html) and as
implemented in modern XMPP clients. The latter meaning, in particular,
that the initialization vector size is not restricted to 96 bits.

The utility consists of:

* `unaesgcm` command for decrypting local files;
* `aesgcm-open` command for fetching URLs, decrypting and opening files
  with associated applications;
* a desktop entry handling `aesgcm` URLs using a GUI-friendly flavor of
  the above command;
* `aesgcm` command for encrypting local files that exists mostly for
  symmetry.

The utility is intended mainly for development/debugging, as the URLs
with this scheme are supposed to be invisible to XMPP users, in ideal.