hashids.java icon indicating copy to clipboard operation
hashids.java copied to clipboard

Implements v0.1.4 - There are more up-to-date-versions:

Results 4 hashids.java issues
Sort by recently updated
recently updated
newest added

Commenting on the bad words issue, most readable words have vowels in them. Since bad words are also readable (duh!), it would be nice to simply skip all the vowels...

Would be great if hashids is made available in maven central

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...

Hey, I just figured out your script does not support negative numbers. Long, however, includes a full range of negative numbers. I see 2 options to solve the issue: 1....