From: guest Date: Thu, 24 Jan 2002 07:56:00 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=414b489ab899e7b4e89a84119e596355e221fdd2 none --- diff --git a/AFSLore/StringToKey.mdwn b/AFSLore/StringToKey.mdwn index d0cd774..cc571a8 100644 --- a/AFSLore/StringToKey.mdwn +++ b/AFSLore/StringToKey.mdwn @@ -1,3 +1,5 @@ The function that maps a password to an encryptio key is called [[StringToKey]]. The AFS standard one uses the realm name as a salt. The MIT standard is different from this and there were changes between v4 and v5 as well, I think. -- [[TedAnderson]] - 23 Jan 2002 + +The MIT v5 [[StringToKey]] uses the same underlying algorithm as the v4 [[StringToKey]], but adds a salt based on the principal name.