yomorun / hashids-java

Hashids algorithm v1.0.0 implementation in Java
http://hashids.org
MIT License
1.02k stars 156 forks source link

How to solve IllegalArgumentException in encode. #74

Open SivaKarthik2120 opened 2 years ago

SivaKarthik2120 commented 2 years ago

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.