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: 3116 Rating: (3.05) votes 368
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: 3336 Rating: (3.07) votes 461
CryptReleaseContextThe CryptReleaseContext function is used to release a handle to a CSP and a key container....Hits: 2747 Rating: (3.18) votes 394
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: 3188 Rating: (2.88) votes 424
CryptGetUserKeyThe CryptGetUserKey function retrieves a handle to a permanent user key pair, such as the user’s signature key pair....Hits: 3032 Rating: (2.95) votes 441
CryptGetProvParamThe CryptGetProvParam function lets applications retrieve parameters that govern the operations of a CSP....Hits: 3196 Rating: (3.00) votes 440
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: 3350 Rating: (3.08) votes 370
CryptExportKeyThe CryptExportKey function is used to export cryptographic keys out of a cryptographic service provider in a secure manner....Hits: 3265 Rating: (2.95) votes 522
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: 4530 Rating: (2.90) votes 554
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: 2772 Rating: (2.99) votes 471
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: 2123 Rating: (3.14) votes 287
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: 3007 Rating: (2.98) votes 394
CryptDecryptThe CryptDecrypt function is used to decrypt data that was previously encrypted via the CryptEncrypt function....Hits: 3508 Rating: (3.12) votes 318
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: 3413 Rating: (3.04) votes 396
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: 4511 Rating: (3.03) votes 414
Records 1 to 15 of 15
|