Nlouch @ Thu Jun 05, 2008 8:01 am wrote:
No worries, sometimes the simplest options get overlooked.
As for security concerns over emailing my passwords - I have put them into a ZIP file, which has been encrypted with a password I remember but means nothing, it's not a word.
The ONLY way to access an encrypted ZIP is via password. Brute force attacks are the only way. And Brute Force works around dictionaries, in which my password doesn't exist
![Smile :)](./images/smilies/icon_smile.gif)
Brute force these days means much more than dictionaries. No password is safe. And not only that, if you are using DES or other (nowadays) trivial encryption, it is really not safe in this day and age of teraflop computers.
Using PGP *is* pretty safe, though. So if you PGP encrypt your passwords and mail them to yourself, you should be pretty good. The attacker then not only has to find your pass phrase, they have to have your secret key file as well.