From: Simon Josefsson Date: Fri, 10 Sep 2010 07:18:43 +0000 (+0000) Subject: Clarify that salt only applies to key generation from password. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b8f996b0233963e53ef9300383d53fd9f36640;p=yubikey-personalization.old Clarify that salt only applies to key generation from password. --- 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"