Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

ASCII85 - almost... #4

Open
joedf opened this issue Feb 11, 2015 · 1 comment
Open

ASCII85 - almost... #4

joedf opened this issue Feb 11, 2015 · 1 comment
Labels

Comments

@joedf
Copy link
Member

joedf commented Feb 11, 2015

ASCII85 is almost fully working...
In the example/ folder, the script fails to decode correctly for the ~2 last characters.
https://github.com/ahkscript/libcrypt.ahk/blob/master/examples/ASCII85.ahk

@joedf joedf added the bug label Feb 11, 2015
@joedf
Copy link
Member Author

joedf commented Feb 12, 2015

In the example, the decoded length is correct, but the last two characters are decoded as:
\1F c instead of e .
In binary:
0001 1111 0110 0011 instead of 0110 0101 0010 1110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant