stephenBDT / bash-totp

Pure Bash implementation of OTP token (SHA1 HMAC, Base32, XXTEA encryption)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This will be a basic OTP manager in pure bash (no external programs ever)

Put in your secrets, encrypt with a key, and then come back and generate your OTPs

Inspired because I cannot install anything on my work computer nor have a cell phone in the building and why not?

About

Pure Bash implementation of OTP token (SHA1 HMAC, Base32, XXTEA encryption)

License:The Unlicense


Languages

Language:Shell 100.0%