Skip to main content

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 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?

user1563721
  • 583
  • 4
  • 17