Skip to content

rks/base32-matlab

Repository files navigation

base32

A Base32 library for MATLAB.

Description

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

Features

This library includes one Base32 implementation:

Crockford

base32.Crockford.random - Generates a random Base32 string.

str = base32.Crockford.random(10);

disp(str)
TW4XM38HYY

About

Base32 library for MATLAB

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages