-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
HMAC-SHA256 Generator Tool #516
Comments
I thought of this design: A simple text box for the secret key - if it's non-empty, then use HMAC variants ( |
Here's the functional version that I could implement: There are other designs which are also possible:
I'm using |
@L1nu5 I agree with both your points, separate page just for HMAC would be overkill, by default you can disable the HMAC toggle so that it wont confuse users already using this page extensively. Also the Input field for the secret key could be better off being a single line text box. Also thanks for responding. :) |
@wapenshaw No problem! Here's what it looks like now: 1. Normal mode 2. HMAC mode Things still need to be done:
I'm still waiting for any other design suggestions. If this version is the ideal one, I'll issue a PR. |
@veler I couldn't see the latest version ( |
What's the Problem?
Could we have under hash Generators the HMAC-SHA256/512 generator?
Solution/Idea
HMAC(Hash-based message authentication code) is a message authentication code that uses a cryptographic hash function such as SHA-256, SHA-512 and a secret key known as a cryptographic key. HMAC is more secure than any other authentication codes as it contains Hashing as well as MAC.
Alternatives
Its a simple tool previewed here https://www.devglan.com/online-tools/hmac-sha256-online
Priorities
Comments
Ability to generate hash based on a secret key
The text was updated successfully, but these errors were encountered: