Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

62
votes
12answers
3k views

Why do salts make dictionary attacks 'impossible'?

Possible Duplicate: Need some help understanding password salt Update: Please note I am not asking what a salt is, what a rainbow table is, what a dictionary attack is, or what the purpose ...
2
votes
2answers
615 views

Dictionary attack on multiple-word password

Yet another password question, I'm afraid... I've been reading up on password strength and so forth and I have a question about dictionary attacks on a password if you ladies and gentlemen would be ...
0
votes
2answers
83 views

Spring security 2.0.3 & Dictionary attacks

I'm running spring security 2.0.3 and i need to implement a simple dictionary attack block , the implantation is quite trivial , adding a property of of userstatus and a value of blocked when the ...