hashids-java
hashids-java copied to clipboard
How to solve IllegalArgumentException in encode.
In encode, we passed a greater number(like 44913000000003047) than fixed MAX_LIMIT(9007199254740992L). How to solve this case and handle any number to encode.