Tagged Questions
0
votes
3answers
117 views
Why one time passwords using nested hash chain are not used?
I am wondering, why web sites do not use one-time passwords generated by hash chain. By that I mean that a client chooses a secret and after being salted, he applies some secure hash function F() on ...
6
votes
2answers
495 views
Is it better to hash n*x times in sha1 or n times in sha512 on the client side?
I already know I"m going to hash the user's password n times in either sha512 or n*x in sha1 before it is sent to the server. Once at the server, I'm going to use bcrypt set to use ~1/100th of a ...
2
votes
0answers
72 views
How to secure all my passwords with Kee Pass 2 or something else? [duplicate]
Possible Duplicate:
How to securely store my passwords?
I have a lot of passwords to lots of logins across websites, SSH logins, e-mails and what not.
Is there one program that can secure ...
7
votes
6answers
1k views
How to securely store my passwords?
Regarding this:
Are passwords in memory?
So does someone have a good idea on how to securely store my passwords?
The: "passwords.txt" -> ctrl+c; ctrl+v a passw is not very secure.
I have passwords ...