module

Base32

Module for encoding and decoding in Base32 as per RFC 3548

Constants

TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"

Instance methods

decode(str : String) : String
Source
decode_as_bytes(str : String) : Bytes
Source
encode(str : String) : String
Source
random_base32(length = 16, padding = true) : String
Source
table
Source
table=(table)
Source
table_map
Source
table_valid?(table)
Source