From 29b8f996b0233963e53ef9300383d53fd9f36640 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 10 Sep 2010 07:18:43 +0000 Subject: [PATCH] Clarify that salt only applies to key generation from password. --- ykpersonalize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ykpersonalize.c b/ykpersonalize.c index 2537703..15f6af7 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -57,9 +57,9 @@ const char *usage = "-cXXX.. A 12 char hex value to use as access code for programming\n" " (this does NOT SET the access code, that's done with -oaccess=)\n" "-oOPTION change configuration option. Possible OPTION arguments are:\n" -" salt=ssssssss Salt to be used for key generation. If\n" -" none is given, a unique random one will be\n" -" generated.\n" +" salt=ssssssss Salt to be used when deriving key from a\n +" password. If none is given, a unique random\n" +" one will be generated.\n" " fixed=xxxxxxxxxxx The public identity of key, in MODHEX.\n" " This is 0-16 characters long.\n" " uid=xxxxxx The uid part of the generated ticket, in HEX.\n" -- 2.39.5