Click for more
Click for more
Screenshot of Xceed Encryption Library
The Hashing Method object represents a particular hashing algorithm offered by the library. Objects of this type are assigned to the Xceed Hashing control's HashingMethod property in order to determine the hashing algorithm to use when calling Xceed Hashing control methods that hash data.
Click for more
Encryption
An Encryption Method object represents a particular encryption algorithm offered by the library. Objects of this type are assigned to the Xceed Encryption control's EncryptionMethod property in order to specify the underlying encryption method to use.
Click for more
Encrypting and decrypting entirely in memory
Encrypting and decrypting entirely in memory requires five steps; Specify the encryption method to use; Specify the Secret Key to use; Tell the library to encrypt; Obtain the encrypted data and Make sure that everything worked properly