Python Forum

Full Version: How secure is the use of "secret" import?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

yes thanks for this interesting idea, i will investigate that possibility.

JohnW
You could also consider using the keyring module to safely store passwords on the user's OS, but again, it will be safe only if no hacker can obtain the same privileges as the user using this service.

Also have a look at modules such as pykeepass that can read and write keepass databases for example.
Again, Thanks for a couple of very interesting recommendations that i was not aware of.

JohnW
Pages: 1 2