in reply to Re: Best way to store passwords
in thread Best way to store passwords

In this case my scripts are fully automated and need to run without any manual input. The KeePass modules mentioned above seem to still require you to store your master password in plaintext to access the database. To me, that seems less secure than only storing the specific passwords I need in plain text.

Replies are listed 'Best First'.
Re^3: Best way to store passwords
by einhverfr (Friar) on Nov 07, 2013 at 07:38 UTC
    Yeah. For fully automated environments, plain text with appropriate controls there, is the best you are going to be able to do. Your best encryption is going to be something like full disk or partition encryption which requires you to enter a password at boot or mount time.