rks / base32-matlab

Base32 library for MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:MATLAB 100.0%