mufeedvh / basecrack

Decode All Bases - Base Scheme Decoder
MIT License
534 stars 91 forks source link

Fix base62 error and add Ascii85 #6

Closed klassiker closed 4 years ago

klassiker commented 4 years ago

This fixes https://github.com/mufeedvh/basecrack/issues/4#issue-700623958 by replacing base-62 with pybase62. Uninstalling the old dependency before installing the new dependency is required.

It also adds support for Ascii85 encoding.