展示HN:我厌倦了Base64,所以我制作了一个仅支持数字的替代方案。
我创建了 numbase,它是 Base64 的一种替代方案,将数据编码为一个大的数字,而不是 ASCII 字符。如果您希望以数字形式存储或传输数据,并且轻松应用像霍夫曼编码这样的压缩算法,这将非常有用。<p>GitHub: <a href="https://github.com/Ferki-git-creator/numbase" rel="nofollow">https://github.com/Ferki-git-creator/numbase</a>
查看原文
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.<p>GitHub: <a href="https://github.com/Ferki-git-creator/numbase" rel="nofollow">https://github.com/Ferki-git-creator/numbase</a>