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.