A Base32 library for MATLAB.
Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers.
— Wikipedia
This library includes one Base32 implementation:
base32.Crockford.random
- Generates a random Base32 string.
str = base32.Crockford.random(10);
disp(str)
TW4XM38HYY