Add support for TOTP (RFC 6238)

This commit is contained in:
unix-ninja
2018-10-02 11:01:54 -04:00
parent 1b980cf010
commit 977b560bb4
5 changed files with 340 additions and 0 deletions
+1
View File
@@ -1325,6 +1325,7 @@ typedef enum kern_type
KERN_TYPE_WPA_PMKID_PBKDF2 = 16800,
KERN_TYPE_WPA_PMKID_PMK = 16801,
KERN_TYPE_ANSIBLE_VAULT = 16900,
KERN_TYPE_TOTP_HMACSHA1 = 17300,
KERN_TYPE_PLAINTEXT = 99999,
} kern_type_t;