Records 1 to 15 of 15
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
15 Cryptographic API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
CryptVerifySignatureThe CryptVerifySignature function is used to verify a signature against a hash object....Hits: 1810 Rating: (3.11) votes 272
CryptSignHashThe CryptSignHash function is used to sign a piece of data. Because all signature algorithms are asymmetric and thus incredibly slow, CryptoAPI will not let data be signed directly. Instead, you must first hash the data and then use CryptSignHash to sign the hash value....Hits: 1833 Rating: (3.14) votes 264
CryptReleaseContextThe CryptReleaseContext function is used to release a handle to a CSP and a key container....Hits: 1607 Rating: (3.23) votes 272
CryptHashDataThe CryptHashData function is used to compute the cryptographic hash on a stream of data. This function and CryptHashSessionKey can be called multiple times to compute the hash on long streams or on discontinuous streams....Hits: 1665 Rating: (2.93) votes 261
CryptGetUserKeyThe CryptGetUserKey function retrieves a handle to a permanent user key pair, such as the user’s signature key pair....Hits: 1720 Rating: (2.95) votes 324
CryptGetProvParamThe CryptGetProvParam function lets applications retrieve parameters that govern the operations of a CSP....Hits: 1756 Rating: (2.98) votes 360
CryptGenKeyThe CryptGenKey function generates random cryptographic keys for use with the CSP module. A handle to the key is returned in phKey. This handle can then be used as needed with any of the other CryptoAPI functions requiring key handles....Hits: 1792 Rating: (3.09) votes 230
CryptExportKeyThe CryptExportKey function is used to export cryptographic keys out of a cryptographic service provider in a secure manner....Hits: 1721 Rating: (3.02) votes 204
CryptEncryptThe CryptEncrypt function is used to encrypt data. The algorithm used to encrypt the data is designated by the key held by the CSP module, which is referenced by the hKey parameter....Hits: 2344 Rating: (2.97) votes 318
CryptDestroyKeyThe CryptDestroyKey function releases the handle referenced by the hKey parameter. Once a key handle has been released, it becomes invalid and cannot be used again....Hits: 1709 Rating: (2.97) votes 357
CryptDestroyHashThe CryptDestroyHash function destroys the hash object referenced by the hHash parameter. Once a hash object has been destroyed, it can no longer be used and its handle is useless from then on....Hits: 1144 Rating: (3.07) votes 189
CryptDeriveKeyThe CryptDeriveKey function generates cryptographic keys derived from base data. This function guarantees that all keys generated from the same base data will be identical, provided the same CSP and algorithms are used....Hits: 1548 Rating: (3.08) votes 244
CryptDecryptThe CryptDecrypt function is used to decrypt data that was previously encrypted via the CryptEncrypt function....Hits: 1416 Rating: (3.23) votes 155
CryptCreateHashThe CryptCreateHash function is used to initiate the hashing of a stream of data. It returns to the caller a handle to a CSP hash object....Hits: 1512 Rating: (3.03) votes 173
CryptAcquireContextThe CryptAcquireContext function is used to acquire a handle to a particular key container within a particular CSP. This returned handle can then be used to make calls to the selected CSP....Hits: 2017 Rating: (3.04) votes 247
Records 1 to 15 of 15
|