speps/go-hashids

allow numbers only alphabet

nosovk opened this issue · 2 comments

Current implementation fails if we use numeric only alphabet.
But from an algorithm perspective it should be working.

A numeric only alphabet has only 10 characters. This would make either the hash long or weak.

Ask on the hashids js side.

Long hash is ok. It shouldn't fail.