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 Sep 30, 2024. It is now read-only.
Yeah, unfortunately an incompatible change was made to the JavaScript version after I ported it to Java. Re-porting is on my todo list, but it might not be for a little while yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd say it renders this library pretty much useless!
Java
Hashids hashids = new Hashids("this is my salt");
String hash = hashids.encrypt(12345);
=> hash: ryBo
JavaScript
var hashids = new Hashids("this is my salt"),
hash = hashids.encrypt(12345),
=> hash: NkK9
The text was updated successfully, but these errors were encountered: