From ac2b811941e674ad0b728e6676d2c6e95adc9daf Mon Sep 17 00:00:00 2001 From: unix-ninja Date: Wed, 17 Oct 2018 19:27:06 -0400 Subject: [PATCH] Categorize TOTP under "One-Time Passwords" --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index c5a82955b..87181385e 100644 --- a/src/usage.c +++ b/src/usage.c @@ -177,7 +177,6 @@ static const char *const USAGE_BIG[] = " 60 | HMAC-MD5 (key = $salt) | Raw Hash, Authenticated", " 150 | HMAC-SHA1 (key = $pass) | Raw Hash, Authenticated", " 160 | HMAC-SHA1 (key = $salt) | Raw Hash, Authenticated", - " 18100 | TOTP (HMAC-SHA1) | Raw Hash, Authenticated", " 1450 | HMAC-SHA256 (key = $pass) | Raw Hash, Authenticated", " 1460 | HMAC-SHA256 (key = $salt) | Raw Hash, Authenticated", " 1750 | HMAC-SHA512 (key = $pass) | Raw Hash, Authenticated", @@ -381,6 +380,7 @@ static const char *const USAGE_BIG[] = " 15700 | Ethereum Wallet, SCRYPT | Password Managers", " 16300 | Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256 | Password Managers", " 16900 | Ansible Vault | Password Managers", + " 18100 | TOTP (HMAC-SHA1) | One-Time Passwords", " 99999 | Plaintext | Plaintext", "", "- [ Outfile Formats ] -",