Sujet : Re: base26 Encoder/Decoder
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.cryptDate : 16. Mar 2024, 14:30:45
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <ut46u4$22l08$1@i2pn2.org>
References : 1 2
Cri-Cri wrote:
On Fri, 19 Jan 2024 21:05:20 +0100, Stefan Claas wrote:
if you like the Diana Cryptosystem and want to use it with a foreign
language, on an offline Computer, you may find my base26
Encoder/Decoder useful.
Found a Python version:
https://pypi.org/project/base26/#files
Example:
import base26
base26.encode(b'test')
'EWJILIG'
base26.decode('EWJILIG')
b'test'
Interesting, but the output differs from mine.
$ echo -n 'test' | base26
MEXDLEME
I guess there is no defined standard (RFC) for
base26, maybe I am wrong.
Regards
Stefan
-- ----Ed25519 Signature----6c34fa71ca251de62392a9753b6f7481817f7c89dcca433cd9f6e5a9211d233a5a08cbd84d9a99b018f2705416ebac3dde33bf38bd35ca106c8a71cee9e45e0e