salt property

salt property

Gets or sets passphrase of encryption algorithm.

Definition:

@property
def salt(self):
    ...
@salt.setter
def salt(self, value):
    ...

See Also