decode method
decode
Decrypts passed string based on algorithm type, key and salt parameters
Returns
Returns decoded string.
def decode(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | System.String | Encrypted string to decode. |
Decrypts passed string based on algorithm type, key and salt parameters
Returns decoded string.
def decode(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | System.String | Encrypted string to decode. |