On Mon, 2012-07-30 at 13:50 -0700, Bhuvaneswaran A wrote: > > The wiki mentions the password being saved using > > keyring.backend.UncryptedFileKeyring. Does that mean the password is > saved > > in cleartext? Is the file protected in some way besides filesystem > > permissions? > > As mentioned in wiki page, the password is stored in base64 format.
Which means it's stored in cleartext. That is Not Good(tm) :) -- Kevin L. Mitchell <[email protected]> _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

