BASHTOTP 0.9
==========================================================================
HOTP TOTP and HMAC-SHA1,224,256,384,512 implementation in pure bash
thotp.sh
You can use as a "library" just source thotp.sh and use:
> thotp key-in-hexstring
or
> thotp $(base32hexstr key-in-base32)
Or you can add your code at the end of the file.
For detailed explanation just run examples.sh:
> bash examples.sh
For test the library run test.sh
> bash test.sh