Add encryption support
Opened this issue · 1 comments
andrewvaughan commented
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 generate
Throw a warning if both salt
and salt_size
are set.
BarbzYHOOL commented
So actually we can't use the prompt for passwords?