SymmetricEncryption class
Leave feedback
On this page
Implements standard symmetric algorithms for data encryption with single key and passphrase (salt).
The SymmetricEncryption type exposes the following members:
| Constructor | Description |
|---|---|
| init | Creates symmetric encryption algorithm with parameters. |
| init | Creates symmetric encryption algorithm with default passphrase |
| Property | Description |
|---|---|
| algorithm_type | Gets or sets type of symmetric algorithm. |
| key | Gets or sets key of encryption algorithm. |
| salt | Gets or sets passphrase of encryption algorithm. |
| Method | Description |
|---|---|
| encode | Encrypts string based on provided algorithm type, key and salt parameters |
| decode | Decrypts string based on provided algorithm type, key and salt parameters |
- module
groupdocs.signature.domain.extensions - class
IDataEncryption
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.