Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Decode a base 32 string.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TOTP | 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
text | The text to process. | "JBSWY3DPEBLW64TMMQ======" | |
encoding | The text encoding for result. Default is UTF-8. |
"UTF-8" | Optional |
Returns text or error.
Decode it:
MBS( "TOTP.DecodeFromBase32"; "JBSWY3DPEBLW64TMMQ======" )
Example result: Hello World
This function is free to use.
Created 16th August 2023, last changed 16th August 2023