Sujet : minicrypt
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.cryptDate : 11. Oct 2024, 01:44:38
Autres entêtes
Organisation : Ch1ffr3punk5
Message-ID : <cc024f782029f2a2b11b688b3558a369c3a83dfd@i2pn2.org>
User-Agent : flnews/1.3.0pre11 (for GNU/Linux)
Hi all,
a little program for encrypting messages with Ed25519
and XChaCha20#poly1305.
https://github.com/706f6c6c7578/minicryptWhile it only handles one recipient, the nice thing is
that it only has two commands (-d decrypt, -g gen keys),
so that even Granny Smith can use it. :-)
Another nice thing is that it produces no meta data. :-)
Hope you like!
-- RegardsStefan