sc.base91
The base91 Module for the computer API!
Functions
encode
sc.base91.encode( data )
Converts a string to be base91 encoded.
Arguments:
- data [ string ] The data to be converted.
Returns:
- [ string ] The encoded data.
decode
sc.base91.decode( data )
Decodes a base91 string.
Arguments:
- data [ string ] The data to be decoded.
Returns:
- [ string ] The decoded data.