Open nosovk opened 3 years ago
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.
Current implementation fails if we use numeric only alphabet. But from an algorithm perspective it should be working.