Added copyparty (in theory)

This commit is contained in:
eriUNK
2026-03-03 15:26:57 -03:00
parent 3e6a8882d7
commit 8338bc3b73
2 changed files with 26 additions and 4 deletions

View File

@@ -16,7 +16,8 @@
<select id="algorithm">
<option value="sha512">sha512-crypt ($6$)</option>
<option value="sha256">sha256-crypt ($5$)</option>
<option value="argon2">argon2 ($argon2id$)</option>
<option value="argon2_std">argon2 ($argon2id$)</option>
<option value="argon2_copyparty">argon2 (copyparty)</option>
</select>