From 1e7567ec2b708d3a48803679d1694db8c2774caf Mon Sep 17 00:00:00 2001 From: _cry64 Date: Wed, 21 Jan 2026 15:39:15 +1000 Subject: [PATCH] use KDF acronym to shorten text --- ceru/subcmds/new/password | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceru/subcmds/new/password b/ceru/subcmds/new/password index 12cc871..1b18eb7 100755 --- a/ceru/subcmds/new/password +++ b/ceru/subcmds/new/password @@ -28,7 +28,7 @@ ${BOLD}${UNDERLINE}${RED}Options${RESET} ${BOLD}${MAGENTA}-j, --json${RESET} Output in JSON format ${BOLD}${MAGENTA}-i, --stdin${RESET} Read the password to hash from stdin ${BOLD}$CYAN(single line only)${RESET} ${BOLD}${MAGENTA}-t, --type${RESET} The hash algorithm to use: ${BOLD}${MAGENTA}yescrypt, scrypt, bcrypt ${CYAN}(default: yescrypt)${RESET} - ${BOLD}${MAGENTA}-r, --rounds${RESET} The number of key derivation function rounds to apply ${BOLD}${MAGENTA}(format: ^[0-9]+\$) ${CYAN}(defaults: yescrypt=11, scrypt=10, bcrypt=14)${RESET} + ${BOLD}${MAGENTA}-r, --rounds${RESET} The number of KDF to apply ${BOLD}${MAGENTA}(format: ^[0-9]+\$) ${CYAN}(defaults: yescrypt=11, scrypt=10, bcrypt=14)${RESET} ${BOLD}${MAGENTA}-s, --salt${RESET} Specify the hash's salt directly ${BOLD}${RED}(not recommended)${RESET} ${BOLD}${CYAN}(default: libxcrypt secure default)${RESET}" # ==== Argument Values ====