Skip to main content

How secure would be to use PBKDF2 without salt (or with the same salt for all) with a 16 digits passwords that are unique and randomly generated (there can't be two identical)?

Assuming an adversary with large resources and technical know how, How fast someone would be able to identify password using 10000 or 50000 iterations?

How secure would be to use PBKDF2 without salt (or with the same salt for all) with a 16 digits passwords that are unique (there can't be two identical)?

How fast someone would be able to identify password using 10000 or 50000 iterations?

How secure would be to use PBKDF2 without salt (or with the same salt for all) with a 16 digits passwords that are unique and randomly generated (there can't be two identical)?

Assuming an adversary with large resources and technical know how, How fast someone would be able to identify password using 10000 or 50000 iterations?

Source Link
user1563721
  • 583
  • 4
  • 17

PBKDF2 without salt on 16 digit password

How secure would be to use PBKDF2 without salt (or with the same salt for all) with a 16 digits passwords that are unique (there can't be two identical)?

How fast someone would be able to identify password using 10000 or 50000 iterations?