Open andrewvaughan opened 6 years ago
Allow encryption, if Passlib is installed, to take place when storing the variable. Add the following options:
encryption
salt
salt_size
Throw a warning if both salt and salt_size are set.
So actually we can't use the prompt for passwords?
Allow encryption, if Passlib is installed, to take place when storing the variable. Add the following options:
encryption
is one of the options from Passlibsalt
the salt to usesalt_size
is the size of the salt to generateThrow a warning if both
salt
andsalt_size
are set.