Show HN: I got tired of Base64, so I made a numeric-only alternative
3 Forgret 7 9/12/2025, 5:12:44 PM
I created numbase is an alternative to Base64 that encodes data into a single large number instead of ASCII characters. It's useful if you want to store or transmit data in numeric form and easily apply compression algorithms like Huffman.
Or here it is: https://github.com/Ferki-git-creator/numbase
https://github.com/Ferki-git-creator/numbase