Skip to content

Commit

Permalink
update~
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyumoko committed Aug 13, 2024
1 parent a7bc43d commit 80e1a1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ <h2>Encryption/Decryption Tool</h2>
placeholder="enter key here"
class="key-input"
type="text"
value="12345678123412341234123456781234"
/>
</div>
<div id="decryptedResult" class="result"></div>
Expand All @@ -44,7 +43,7 @@ <h2>Encryption/Decryption Tool</h2>
<textarea id="inputText" rows="4"></textarea>
</div>
<div class="input-group">
<label for="keyEncrypt">Key:</label>
<label for="keyEncrypt">AES Key:</label>
<input
type="text"
id="keyEncrypt"
Expand Down

0 comments on commit 80e1a1a

Please sign in to comment.