Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature request: ascii85/base85 support #286

Closed
piru opened this issue Apr 4, 2018 · 1 comment · Fixed by #340
Closed

Feature request: ascii85/base85 support #286

piru opened this issue Apr 4, 2018 · 1 comment · Fixed by #340

Comments

@piru
Copy link

piru commented Apr 4, 2018

Summary

Consider adding support for base85/ascii85 encoding/decoding - https://en.wikipedia.org/wiki/Ascii85

@PenguinGeorge
Copy link
Contributor

I’m currently working on this. Looking in to the various Base85 specs, I plan on including support for Ascii85, Z85, as well as IPv6 encoding.

As of right now, I have encoding for Ascii85 and Z85 working, and decoding for Ascii85 working. It’ll be a few days before I have a chance to work on the rest.

@n1474335 n1474335 added this to the v8.0.0 milestone May 14, 2018
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants