V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-03 18:19:19 +02:00
parent 8b407e7bce
commit 998a64a57f
5 changed files with 32 additions and 21 deletions

View File

@@ -41,9 +41,9 @@ nuke_passphrase() {
return "${ERR_GENERATE_SALT}"
fi
### No tracing for security reasons
### No tracing for security reasons ### --rounds=8388608
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set +x
var_temp_nuke_hash=$(mkpasswd --method=sha-512 --salt="${var_salt}" --rounds=8388608 "${var_temp_plain_nuke_pwd}")
var_temp_nuke_hash=$(mkpasswd --method=sha-512 --salt="${var_salt}" --rounds=16384 "${var_temp_plain_nuke_pwd}")
### Turn on tracing again
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set -x