Categories: None [Edit]

mintotp

https://rubygems.org/gems/mintotp
https://github.com/winhtaikaung/mintotp-ruby
TOTP stands for Time-Based One-Time Password. Many websites and services require two-factor authentication (2FA) or multi-factor authentication (MFA) where the user is required to present two or more pieces of evidence: Something only the user knows, e.g., password, passphrase, etc. Something only the user has, e.g., hardware token, mobile phone, etc. Something only the user is, e.g., biometrics. TOTP stands for Time-Based One-Time Password. Many websites and services require two-factor authentication (2FA) or multi-factor authentication (MFA) where the user is required to present two or more pieces of evidence. A TOTP value serves as the second factor, i.e., it proves that the user is in possession of a device (e.g., mobile phone) that contains a TOTP secret key from which the TOTP value is generated. Usually the service provider that provides a user's account also issues a secret key encoded either as a Base32 string or as a QR code. This secret key is added to an authenticator app (e.g., Google Authenticator) on a mobile device. The app can then generate TOTP values based on the current time. By default, it generates a new TOTP value every 30 seconds.

Total

Ranking: 175,855 of 180,518
Downloads: 919

Daily

Ranking: 143,384 of 180,507
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
99232,464,812base32

Owners

#GravatarHandle
1iconwaung