Hacker News new | ask | show | jobs
by p0w3n3d 656 days ago
How long should the password be to make this safe from brute force attack?
1 comments

The FAQ recommends a minimum of 16 chars. Obviously it depends on your threat model.
Especially with 600k PDBKF2 iterations, 16 alphanum chars should be very safe.

There's a (warning: very detailed) issue covering the topic of PBKDF2 iterations and password length over here, if you feel like diving into that rabbit hole: https://github.com/robinmoisson/staticrypt/issues/159