Sujet : Re: XChaCha20 Python3 CLI tool
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.cryptDate : 08. Sep 2024, 19:54:28
Autres entêtes
Organisation : Ch1ffr3punk5
Message-ID : <5bcab70e0e9baa3346bf2fd4b87c2b43f8ef9b37@i2pn2.org>
References : 1 2
User-Agent : flnews/1.3.0pre11 (for GNU/Linux)
Stefan Claas wrote:
Stefan Claas wrote:
Hi all,
DJB's XChaCha20 stream cipher is pretty cool for Text messages (SMS),
if you have also a proper encoder for the binary output.
So I decided to convert my Go Code to Python3.
Here is the program to play with, base64 encoded.
Just for fun :-):
$ echo -n 'Test' | xchacha20 key nonce | armor
-----BEGIN PGP MESSAGE-----
eQyt7Q==
=yEnM
-----END PGP MESSAGE-----
-- RegardsStefan