encode method
encode
Encrypts string based on provided algorithm type, key and salt parameters
Returns
Returns encrypted string.
def encode(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | str | Source string to encode. |
See Also
- module
groupdocs.signature.domain.extensions - class
SymmetricEncryption