You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
If the input string starts with 0 then that 0 is lost during encoding.
for e.g. if the input is 0zebra then b62.decode(b62.encode("0zebra")) outputs zebra b62.decode(b62.encode("0zebra")) //zebra
The text was updated successfully, but these errors were encountered:
tejzpr
changed the title
String prepended with '0' loses the '0' while encoding.
ISSUE: If the input string starts with 0 then that 0 is lost during encoding.
Jan 25, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the input string starts with 0 then that 0 is lost during encoding.
for e.g. if the input is 0zebra then b62.decode(b62.encode("0zebra")) outputs zebra
b62.decode(b62.encode("0zebra")) //zebra
The text was updated successfully, but these errors were encountered: