thmarti
Results
1
issues of
thmarti
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...