Skip to content

Base32 supportΒ #2002

@Inder00

Description

@Inder00

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions