Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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