类比base64设计的base16384的编码/译码工具
本应用可以将任意二进制文件转换为base16384编码,反之亦然。
点击编码/解码来转换文本。
点击浮动按钮以选择一个文件进行编码/译码。
这是一个开源项目: https://github.com/fumiama/android-base16384
欢迎来参与建设它
最新版本3.2.2更新日志
Last updated on 2023年01月17日
v3.2.2
1. Sync upstream.
v3.2.1
1. Fix encoding error on 32bit cpu.
2. Improve performance.
3.2
1. Fix segment fault 11.
2. Fix integer overflow.
3. Fix memory leak.
3.1
1. Encode/decode directly in the memory when not using compress.
2. Cut down config-reading times.
3.0.1
1. More improvement on performance.
3.0
1. Extremely improved the speed of encoding/decoding.
2.1.1
1. Fix timeout when produce big file
2.1
1. Add default output file name
2. Optimize display logic