Skip to content

Commit a572faa

Browse files
authored
fix hmac text input place holder
1 parent 71f7a4a commit a572faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypsi/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ <h3>Hash-based message authentication code (or HMAC)</h3>
162162
<label for="keyInput">Enter HMAC Key:</label>
163163
<input type="text" id="hmacKeyInput" placeholder="Enter 32-byte key">
164164

165-
<label for="dataInput">Enter Data to Encrypt:</label>
166-
<input type="text" id="hmacDataInput" placeholder="Enter text to encrypt">
165+
<label for="dataInput">Enter Data to HASH:</label>
166+
<input type="text" id="hmacDataInput" placeholder="Enter text to hash">
167167

168168
<button onclick="hmacData()">Hash</button>
169169

0 commit comments

Comments
 (0)