Updated files related to copyparty's argon2

This commit is contained in:
eriUNK
2026-03-03 17:02:52 -03:00
parent 8338bc3b73
commit ced732876f
4 changed files with 45 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
<h2>The Night Club's Hashing Tool</h2>
<label for="algorithm">Algorithm</label>
<select id="algorithm">
<select id="algorithm" onchange="updateUI()">
<option value="sha512">sha512-crypt ($6$)</option>
<option value="sha256">sha256-crypt ($5$)</option>
<option value="argon2_std">argon2 ($argon2id$)</option>