python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
base32 with included forward error correction (FEC)?
I am trying to find (or pipe together) a way to encrypt text so that the output is base32 encoded and protected by forward error correction against lost characters.
Having some some base32 output like...
Christian
Votes: 0
Answers: 0
Cannot find any information on 9-digit decimal TOTP key
Long story short, I'm trying to create a front-end for a 2FA app in Python and I encountered something strange.
Typical TOTP keys are base-32 numbers with 16 or 32 digits, but one of the accounts I wa...
64_Tesseract
Votes: 0
Answers: 0
What makes repeated base64 and base36 encoding so slow? and how to make it faster?
I was trying out some different encodings and as I tried to encode some text repeatedly in base64/base32 (which one is used depends on a semi-random boolean list) I noticed that it was ridiculously sl...
Astolfo Plushy
Votes: 0
Answers: 1