Midnight project: Password manager without a password manager
1–10 of 43 posts
Re: Midnight project: Password manager without a password manager
#2Re: Midnight project: Password manager without a password manager
#3You receive an email from a sheepish website owner admitting that your password has been compromised and asking you to change it. Now what do you do?
http://www.mail-archive.com/cryptography@randombit.net/msg02...
So for this example, instead of:
(sha512sum ~/.salt -
eg: (sha512sum ~/.salt -
which can be changed to:(sha512sum ~/.salt -You can "rediscover" the correct password for a site, relatively easy by using this method -- iterating up to your current (correct) password. Another alternative might be using the year or month/year of last password change/set... all these methods have drawbacks -- but again see the thread for some interesting points on a similar system.
[edit: typo/formatting]
Re: Midnight project: Password manager without a password manager
#4Re: Midnight project: Password manager without a password manager
#5Re: Midnight project: Password manager without a password manager
#6Re: Midnight project: Password manager without a password manager
#7This is fine for hackers but for mere mortals it looks cumbersome.
Re: Midnight project: Password manager without a password manager
#8Edit: As jroes pointed out below, this is not a problem.
Re: Midnight project: Password manager without a password manager
#9One major problem with this scheme is that if someone steals (or subpoenas) your computer they can discover all your passwords just by looking at your shell history. A password manager that's secured by a strong password doesn't have that vulnerability. Edit: As jroes pointed out below, this is not a problem.