vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.27k stars 417 forks source link

Bogus input? #119

Closed OzairP closed 6 years ago

OzairP commented 6 years ago

In the README it's stated that if you pass "bogus" input to encode it will return an empty string. However the input it provides looks normal, what is considered bogus?

https://github.com/ivanakimov/hashids.php#pitfalls