No description
Find a file
2023-01-24 17:10:33 -06:00
src Add utlity for encoding and decoding 2023-01-24 17:10:33 -06:00
tests Initial commit 2022-01-05 21:38:55 +01:00
.gitignore Initial commit 2022-01-05 21:38:55 +01:00
base45.nimble Add utlity for encoding and decoding 2023-01-24 17:10:33 -06:00
draft-faltstrom-base45-08.txt Initial commit 2022-01-05 21:38:55 +01:00
README.md Initial commit 2022-01-05 21:38:55 +01:00

Nim library for encoding and decoding base45.

Why?

Even in Byte mode a typical QR-code reader tries to interpret a byte sequence as a UTF-8 or ISO/IEC 8859-1 encoded text. Thus QR-codes cannot be used to encode arbitrary binary data directly.

https://datatracker.ietf.org/doc/draft-faltstrom-base45/