Comment 8 for bug 706486

Revision history for this message
Gordo Lowrey (gordo-gldes) wrote :

Why not implement a hashing algorithm? Then upon each start-up of the app user must enter the password to decrypt the stored passwords? Just generate a random key at first-launch, and then the user inputs their password which will act as a salt. Should be simple enough for now, till we get keyring. :)