Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 96:19:06 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,426 |
Hi all,
while no encryption, this is an enhanced version of a standard
base64 encoder/decoder.
It writes the filename, file size and SHA256 hashsum as a Header,
like in this example:
Stefan Claas <pollux@tilde.club> wrote:
Hi all,
while no encryption, this is an enhanced version of a standard
base64 encoder/decoder.
It writes the filename, file size and SHA256 hashsum as a Header,
like in this example:
So, somewhat like an 'extended' uuencode.
https://en.wikipedia.org/wiki/Uuencoding
Rich wrote:
Stefan Claas <pollux@tilde.club> wrote:
Hi all,
while no encryption, this is an enhanced version of a standard
base64 encoder/decoder.
It writes the filename, file size and SHA256 hashsum as a Header,
like in this example:
So, somewhat like an 'extended' uuencode.
https://en.wikipedia.org/wiki/Uuencoding
Well, yes. :-)
I wonder why nobody else came up with the idea of base64+ in the past.