DmitrMakeev commited on
Commit
4c4ac88
·
verified ·
1 Parent(s): 66021ff

Update crypto.html

Browse files
Files changed (1) hide show
  1. crypto.html +3 -3
crypto.html CHANGED
@@ -65,14 +65,14 @@
65
 
66
  <form id="encryptForm">
67
  <div class="input-row">
68
- <label for="key">Ключ:</label>
69
  <input type="text" id="key" name="key" required>
70
  </div>
71
  <div class="input-row">
72
- <label for="link">Ссылка:</label>
73
  <input type="text" id="link" name="link" required>
74
  </div>
75
- <div id="encryptedLink" onclick="copyToClipboard(this)">Кликните после шифрования, чтобы скопировать зашифрованную ссылку.</div>
76
  <button type="button" id="encryptButton" onclick="encryptLink()">Зашифровать</button>
77
  </form>
78
 
 
65
 
66
  <form id="encryptForm">
67
  <div class="input-row">
68
+ <label for="key">Ключ шифрования(crypto_key_auth или crypto_key_url):</label>
69
  <input type="text" id="key" name="key" required>
70
  </div>
71
  <div class="input-row">
72
+ <label for="link">api_key_auth или ссылка:</label>
73
  <input type="text" id="link" name="link" required>
74
  </div>
75
+ <div id="encryptedLink" onclick="copyToClipboard(this)">Кликните после шифрования, чтобы скопировать результат.</div>
76
  <button type="button" id="encryptButton" onclick="encryptLink()">Зашифровать</button>
77
  </form>
78