Selasa, 21 September 2010

Obtain the plain text session key using CryptoAPI

IntroductionGenerally it's very important to obtain the value of session keys. However, the Microsoft Cryptographic Providers (Base and Enhanced) does not support this feature. CryptExportKey() and CryptImportKey() require a valid key handle to encrypt and decrypt the session key, respectively. MSDN shows a way to do this using a exponent-of-one private key. This article shows a better way to

Tidak ada komentar:

Posting Komentar