java.lang.Object
org.tquadrat.foundation.util.Base32

@ClassVersion(sourceVersion="$Id: Base32.java 1060 2023-09-24 19:21:40Z tquadrat $") @API(status=STABLE, since="0.1.0") @UtilityClass public final class Base32 extends Object

This class provides an Encoder and a Decoder for Crockfords's Base 32 format.

Base 32 allows to represent large numbers as strings with less characters than Base 10 (the regular decimal system) or Base 16 (the hexadecimal system). It has the advantage over Base 64 that it uses less symbols, and no special characters.

While Base  is mainly for (large) numbers, it can be used for strings, to, in the same way as Base 64. But different from that, Base 32 is not really standardized; this version, introduced by Douglas Crockford, is just one among various others.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Thanks to:
Douglas Crockford (douglas@crockford.com)
Version:
$Id: Base32.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.util.Base32"

UML Diagram for "org.tquadrat.foundation.util.Base32"

UML Diagram for "org.tquadrat.foundation.util.Base32"