Sujet : Re: minicrypt
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.cryptDate : 11. Oct 2024, 16:49:09
Autres entêtes
Organisation : Ch1ffr3punk5
Message-ID : <133582977f768d4a34f20a49513f0d2a4e013af2@i2pn2.org>
References : 1
User-Agent : flnews/1.3.0pre11 (for GNU/Linux)
Stefan Claas wrote:
Hi all,
a little program for encrypting messages with Ed25519
and XChaCha20#poly1305.
https://github.com/706f6c6c7578/minicrypt
While 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!
Example pub key:
-----BEGIN PUBLIC KEY-----
tRxoeAmoI+0ygSbUYHBRpbYBDkC9+Q3rSTchzSXFHrU=
-----END PUBLIC KEY-----
Example message:
$ echo -n 'The quick brown fox jumps over the lazy dog.' | minicrypt stefan.pem
rtzEu9Ox1ZhlerV65F6KTw5xMR/a5RjlZP7swRYJ6BxUoZ0BIOQiQL7YXmahUmxI
Qcp9vYbhLT3o8rpRtdaxlFBiV5kIZTMIccd3Jq9wywM3Ws6fINauH4JDlM7RmWnU
ImRTdPacNNKevavohHPFFO5NWug=
(shorter than an age or GnuPG message. :-))
-- RegardsStefan