encode method
encode
Encrypts string based on provided algorithm type, key and salt parameters
Returns
Returns encoded string.
def encode(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | str | Source string to encode |
Encrypts string based on provided algorithm type, key and salt parameters
Returns encoded string.
def encode(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | str | Source string to encode |