Sujet : Re: XChaCha20 Python3 CLI tool
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.cryptDate : 08. Sep 2024, 18:48:25
Autres entêtes
Organisation : Ch1ffr3punk5
Message-ID : <7c14f2576f9ae75d449a68e666439db2fb38e7d0@i2pn2.org>
References : 1
User-Agent : flnews/1.3.0pre11 (for GNU/Linux)
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.
Forgot to mention:
pip3 install pycryptodome
-- RegardsStefan