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 System.String Source string to encode.

See Also