|
Data Encryption Functions Summary
The functions in this section support encryption and decryption operations.
Before invoking these functions, you must first acquire an encryption key. This
is done using the functions CryptGenKey or CryptDeriveKey, defined in the section Generating Cryptographic Keys, or the function CryptImportKey, defined in the section Exchanging Cryptographic Keys. The encryption algorithm is specified when the key is created. You can also
specify additional encryption parameters using the CryptSetKeyParam function.
Function
| Description
| CryptEncrypt
| Encrypt a section of plaintext using the specified encryption key.
| CryptDecrypt
| Decrypt a section of cipher text using the specified encryption key.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|