-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
isBase32 returns false for valid Base32 string #2000
Comments
It seems that there are two problems with your input.
Please check again. |
It still returns false. I tried
|
I checked node_modules and the crockford option is not yet distributed with 13.7.0 @profnandaa |
It will get realease once we are done with PRs. there are bunch of them which are still to be reviewed :) |
Seems like this one is done! Can we please close this? |
I have tried with the following string and also other base32 valid strings, i am always getting false, no matter what.
Encoded: d1jprv3f41vpywkccg
Decoded: hello world
The text was updated successfully, but these errors were encountered: