Cyberchef: Feature Request: Can you add one time password generation TOTP and HOTP

Created on 7 Dec 2016  路  2Comments  路  Source: gchq/CyberChef

Great tool.

Any chance you could add event and time based one time password generation

help wanted operation

Most helpful comment

I'll take a shot at this soon.

All 2 comments

I'll take a shot at this soon.

Here is an example of implementation in javascript of TOTP as defined in RFC6238 and used in Google Authenticator-like applications. (license CC-0, except for libraries).

HOTP is the same except the step is defined by a counter maintained by both token and server rather than time.

Hope it can help to include this in Cyberchef.

TOTP_demo.zip

Was this page helpful?
0 / 5 - 0 ratings