Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The key required during runtime by the RC4 encryption algorithm that encrypts and decrypts the protected portion of the SAMPR_ENCRYPTED_USER_PASSWORD_NEW.Buffer is specified by the following pseudocode.
-
CALL MD5Init(md5context) CALL MD5Update(md5context, SAMPR_USER_PASSWORD_NEW.ClearSalt, 16) CALL MD5Update(md5context, user-session-key, 16) CALL MD5Final(md5context)
Where: