Skip to main content

Base91

The base91 Module for the addon API!


Functions

encode

sm.scrapcomputers.base91.encode( data )

Converts a string to be base91 encoded.

Arguments:

  • data [ string ] The data to be converted.

Returns:

  • [ string ] The encoded data.

decode

sm.scrapcomputers.base91.decode( data )

Decodes a base91 string.

Arguments:

  • data [ string ] The data to be decoded.

Returns:

  • [ string ] The decoded data.