Show HN:我受够了 Base64,所以做了一个纯数字的替代方案
3 分•作者: Forgret•9 个月前
我创建的 numbase 是 Base64 的替代方案,它将数据编码成一个大数,而不是 ASCII 字符。如果你想以数字形式存储或传输数据,并轻松应用 Huffman 等压缩算法,它会很有用。<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>