Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
RobertMcCausland opened this issue Dec 7, 2016 · 2 comments

Comments

@RobertMcCausland
Copy link

Great tool.

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

@mattnotmitt
Copy link
Collaborator

I'll take a shot at this soon.

@de27309b
Copy link

de27309b commented Jan 23, 2017

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

@n1474335 n1474335 mentioned this issue Sep 5, 2017
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
…-docs

[REFACTOR] General small app improvements
- Fixes gchq#55 - Favicon is now present :)
- Fixes gchq#54 - Well, kinda, user can now disable SW
- Fixes gchq#41 - Styling modifications mean the full title *(should)* now be visible for each item :)

Glad this is finally merged, it was a big one 😌
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants