Unit
ScSymmetricEncryptor
Description
The TScSymmetricEncryptor component encrypts and decrypts data by using various encryption algorithms.
To use it, specify the algorithm, hash type, and password, and then call the Encrypt or Decrypt method. The result is returned as a TScEncryptorResult interfaced object, allowing you to convert the data to the required format.
You can study an example of using the component in the Demos\Encryptor folder.
See Also