Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

TOTP.DecodeFromBase32

Decode a base 32 string.

Component Version macOS Windows Linux Server iOS SDK
TOTP 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "TOTP.DecodeFromBase32"; text { ; encoding } )   More

Parameters

Parameter Description Example Flags
text The text to process. "JBSWY3DPEBLW64TMMQ======"
encoding The text encoding for result.
Default is UTF-8.
"UTF-8" Optional

Result

Returns text or error.

Description

Decode a base 32 string.
This is for text only.

Examples

Decode it:

MBS( "TOTP.DecodeFromBase32"; "JBSWY3DPEBLW64TMMQ======" )

Example result: Hello World

See also

Release notes

Blog Entries

This function is free to use.

Created 16th August 2023, last changed 16th August 2023


TOTP.CurrentTime - TOTP.EncodeToBase32

💬 Ask a question or report a problem