Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
hadithmv committed Dec 14, 2024
1 parent 792ee14 commit cb28891
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions page-uc/textEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3346,9 +3346,9 @@ <h4>🔒 Encryption and Decryption</h4>
<div class="crypt-container">
<div class="crypt-section">
<h4>Encrypt Text</h4>
<p class="instructions">
<p class="crypt-instructions">
1. Enter text to encrypt below<br />
2. Enter an optional password<br />
2. Enter an optional password to be used as a key<br />
3. Click "Encrypt" to generate encrypted text
</p>
<textarea
Expand Down Expand Up @@ -3381,7 +3381,7 @@ <h4>Encrypt Text</h4>

<div class="crypt-section">
<h4>Decrypt Text</h4>
<p class="instructions">
<p class="crypt-instructions">
1. Paste encrypted text below<br />
2. Enter the same password used for encryption<br />
3. Click "Decrypt" to reveal original text
Expand Down Expand Up @@ -3456,7 +3456,7 @@ <h4>Decrypt Text</h4>
<div class="crypt-container">
<div class="crypt-section">
<h4>Encrypt File</h4>
<p class="instructions">
<p class="crypt-instructions">
1. Select a file to encrypt<br />
2. Enter an optional password<br />
3. Click "Encrypt" to download encrypted file
Expand All @@ -3481,7 +3481,7 @@ <h4>Encrypt File</h4>

<div class="crypt-section">
<h4>Decrypt File</h4>
<p class="instructions">
<p class="crypt-instructions">
1. Select an encrypted file<br />
2. Enter the same password used for encryption<br />
3. Click "Decrypt" to download original file
Expand Down
4 changes: 2 additions & 2 deletions page/qrGenerator.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page/textEditor-CUR.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page/textEditor-OLD.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page/textEditor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page/textEditor.min.js

Large diffs are not rendered by default.

0 comments on commit cb28891

Please sign in to comment.