Sqids (pronounced "squids") is an open-source library that lets you generate short unique identifiers from numbers. These IDs are URL-safe, can encode several numbers, and do not contain common profanity words. Read more .
This is what they look like:
Sqids for Raku is not yet ready.
Please star the repo to move it up our todo list: https://github.com/sqids/sqids-raku
If you'd like to help bring this version to life, there's an FAQ section on how to do that: How to port Sqids to another language?
If you're looking for the original Hashids project, you can find it here: Hashids Raku . Please note that it will not be compatible with the current algorithm once this version is done.
The main use of Sqids is purely visual. If you'd like to use IDs instead of numbers in your project, Sqids could be a good choice.