-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Describe the solution you'd like
Add base32
support programically.
Base32 is used by two-factor-authentication (ex. TOTP) to generating secret tokens.
Shared functions:
string base32Encode( string value )
string base32Decode( string value )
,string encodeString( string "base32", string value )
string decodeString( string "base32", string value )
sloszon, JDM170 and Fernando-A-Rocha
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers