You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Generate TOTP tool does not calculate the appropriate TOTP 6 digit code.
To Reproduce
Pasting the same secret key into various TOTP generators (Authy, etc) provides consistently correct 6 digit codes for MFA. However, pasting the same secret key into the Input of CyberChef's Generate TOTP (and pressing Bake) does not calculate the proper 6 digit codes compared to all the others.
Expected behaviour
Expect matching results as all the other TOTP generators are aligned to the same RFC.
Version: 10.19.4
Compile time: 23/10/2024 15:12:24 UTC
User-Agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Think I've got a working GenerateTOTP operator. Need to trim any whitespace and make it all uppercase. Testing works fine so far using MS secret key and Google key.
Describe the bug
The Generate TOTP tool does not calculate the appropriate TOTP 6 digit code.
To Reproduce
Pasting the same secret key into various TOTP generators (Authy, etc) provides consistently correct 6 digit codes for MFA. However, pasting the same secret key into the Input of CyberChef's Generate TOTP (and pressing Bake) does not calculate the proper 6 digit codes compared to all the others.
Expected behaviour
Expect matching results as all the other TOTP generators are aligned to the same RFC.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
The text was updated successfully, but these errors were encountered: