rotp(1) | General Commands Manual | rotp(1) |
rotp - Ruby library for generating and verifying one time passwords
rotp [options]
A Ruby library for generating and verifying one time passwords. It works for both HOTP and TOTP, and includes QR Code provisioning
rotp --secret p4ssword # Generates a time-based one-time password
rotp --hmac --secret p4ssword --counter 42 # Generates a counter-based one-time password
/usr/share/doc/ruby-rotp/index.html
May 2015 |