Modified files to accept argon2 as new option

This commit is contained in:
eriUNK
2026-03-03 14:45:30 -03:00
parent de40a534df
commit 3e6a8882d7
2 changed files with 15 additions and 3 deletions

View File

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