Library base32

Base32 encoding and decoding. Follows RFC 4648.

Author:

Copyright © The MIT License (MIT); Copyright (c) 2016 Patrick Joseph Donnelly ([email protected])

Source: https://svn.nmap.org/nmap/nselib/base32.lua

Functions

enc (p, hexExtend)

Encodes a string to Base32.

Functions

enc (p, hexExtend)

Encodes a string to Base32.

Parameters

p
Data to be encoded.
hexExtend
pass true to use the hex extended char set

Return value:

Base32-encoded string.