(no title)
vrikis
|
11 years ago
(unfortunately) The more I think about this, the more flaws I find... I looked through pastor.py and essentially you're just creating a different password. There's no difference between using this generated password and another password (you could argue that the generated password is harder to brute force, but that's it really).
watwut|11 years ago
Assuming this tool would become popular, I do not think it would make any difference in scenario you described. If I know that a lot of people use this to generate their passwords, I can:
* guess the door id (e.g. facebook or fb for facebook.com),
* concatenate it to usual attack guess,
* hash the result one more time and continue in exactly the same way as usually.
Bonus for attacker: if any of password databases leaks and attacker manages to acquire your passphrase the above way, he needs only few door id guesses to get access on any of yours accounts.
ygra|11 years ago
Keep in mind that this is something for personal use to retrieve passwords used somewhere, not for storing passwords for users within a service (at least your confusion sounds like you might be confusing those two things).
Anderkent|11 years ago
tekacs|11 years ago