none
authorguest <guest>
Thu, 24 Jan 2002 07:56:00 +0000 (07:56 +0000)
committerguest <guest>
Thu, 24 Jan 2002 07:56:00 +0000 (07:56 +0000)
AFSLore/StringToKey.mdwn

index d0cd774..cc571a8 100644 (file)
@@ -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.