11
4
Here is what I do:
Type in all kinds of passwords in an excel file (.xlsx)
Zip it with a password by 7-zip
AES 256
length > 8
combination of A-Z a-z 0-9 symbols
different from any other password
Upload it to Dropbox or so.
Is it safe enough, as I do not want to install any additional software specifically for storing passwords? (I mean, if I insist no additional software, any safer ways?)
Be a little bit more specific:
Scenario 1:
Basically I guess no one will be interested in my passwords. Is it safe enough to prevent some casual attacks (for fun maybe) by hackers?
Scenario 2:
If the government is interested in me, and my computer may be taken, is it safe?
SUMMARY
The guy asking this question is paranoid and quite lazy (to install additional software).
AES-256 (the encryption method used by 7-zip) is nice enough to prevent any casual attempts, according to Biglig, Randolf Richardson and MaQleod.
KeePass is recommended by pepoluan in case I am not that lazy. An extended list for password management can be found in a related question on this site: How do you keep track of all your passwords?, in which KeePass is the top voted.
TrueCrypt is recommended for encrytion by Darokthar.
For scenario 2 (the government thing), Rubber-hose cryptanalysis should not be underestimated (contributed by grawity).
The question is still open to better answers. No extra password-/encryption-specific software.
2What are your attack scenarios, i.e. what do you want to protect against? Computer-illiterate siblings or foreign (or your own) governments? – Daniel Beck – 2011-03-07T07:05:01.100
@Daniel Beck I don't know. You can consider me as paranoid. I just want to feel safe generally. – None – 2011-03-07T07:58:29.037
1
In case of scenario 2, never underestimate the effectiveness of rubber-hose cryptanalysis.
– user1686 – 2011-03-07T10:45:43.180