I’ve updated my BASH Base32 Decoder to be more efficient by using exit codes and bitwise operators (I read the bash man page).
Tag Archives: base32
BASH Base32 Decoder
I just published a Base32 decoder written in BASH.
This is a piece of a project I’m working on to implement a command line authenticator script as a backup for my Google Authenticator app.