We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f7a4a commit a572faaCopy full SHA for a572faa
crypsi/index.html
@@ -162,8 +162,8 @@ <h3>Hash-based message authentication code (or HMAC)</h3>
162
<label for="keyInput">Enter HMAC Key:</label>
163
<input type="text" id="hmacKeyInput" placeholder="Enter 32-byte key">
164
165
- <label for="dataInput">Enter Data to Encrypt:</label>
166
- <input type="text" id="hmacDataInput" placeholder="Enter text to encrypt">
+ <label for="dataInput">Enter Data to HASH:</label>
+ <input type="text" id="hmacDataInput" placeholder="Enter text to hash">
167
168
<button onclick="hmacData()">Hash</button>
169
0 commit comments