decode method

decode

Decrypts string based on provided algorithm type, key and salt parameters

Returns

Returns decrypted string.

def decode(self, source):
    ...
Parameter Type Description
source str Encrypted string to decode.

See Also