Description
Base36 strings can be converted to and from numeric values in Perl code. Developers use this library for compact identifiers, URL-friendly tokens, counters, and legacy encodings. Base36 is an encoding, not encryption, so it should not be used to hide secrets.