Library base32
Base32 encoding and decoding. Follows RFC 4648.
Author:
Copyright © The MIT License (MIT); Copyright (c) 2016 Patrick Joseph Donnelly ([email protected])
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.
