mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-19 03:51:02 -05:00
PuTTYgen: use the term "passphrase hash".
PuTTYgen and its documentation are pretty consistent about calling their encryption key a 'passphrase', as opposed to a 'password' supplied directly to a server; but the Argon2 parameters UI reverted to 'password hash', which seemed unecessarily confusing. I think it's better to use the term 'passphrase' consistently in the UI. (People who are used to Argon2 being called a 'password hash' can probably deal.) This required tweaking the coordinates of the Windows PuTTYgen UI.
This commit is contained in:
5
cmdgen.c
5
cmdgen.c
@ -157,8 +157,9 @@ void help(void)
|
||||
"default 3)\n"
|
||||
" kdf key derivation function (argon2id, "
|
||||
"argon2i, argon2d)\n"
|
||||
" memory Kbyte of memory to use in password hash "
|
||||
"(default 8192)\n"
|
||||
" memory Kbyte of memory to use in passphrase "
|
||||
"hash\n"
|
||||
" (default 8192)\n"
|
||||
" time approx milliseconds to hash for "
|
||||
"(default 100)\n"
|
||||
" passes number of hash passes to run "
|
||||
|
Reference in New Issue
Block a user