We currently have Base64Encoder and Base64Decoder. I propose to also add an encoder/decoder for base16 and base32 as well.
More info: https://www.rfc-editor.org/rfc/rfc4648
Base16/base32 encoder/decoder
Re: Base16/base32 encoder/decoder
I never seen a application which needs one of those.
Can you give me an example?
Can you give me an example?
Re: Base16/base32 encoder/decoder
TOTP apps all require their secrets to be base32 encoded.infratec wrote: Thu Jul 18, 2024 7:13 am I never seen a application which needs one of those.
Can you give me an example?