Page 1 of 1
Base16/base32 encoder/decoder
Posted: Wed Jul 17, 2024 9:25 pm
by Quin
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
Re: Base16/base32 encoder/decoder
Posted: Thu Jul 18, 2024 7:13 am
by infratec
I never seen a application which needs one of those.
Can you give me an example?
Re: Base16/base32 encoder/decoder
Posted: Thu Jul 18, 2024 10:12 am
by Quin
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?
TOTP apps all
require their secrets to be base32 encoded.
Re: Base16/base32 encoder/decoder
Posted: Fri Jul 19, 2024 9:47 am
by infratec
Re: Base16/base32 encoder/decoder
Posted: Fri Jul 19, 2024 7:43 pm
by infratec