|
|
|
|
|
by riskable
3670 days ago
|
|
No. Time to start using proper password hashing algorithms (e.g. scrypt) with added protections such as requiring n rounds of hashing. Tip: To require 65535 rounds of hashing on a Debian or Ubuntu system just run this: sed -i -e 's/sha512$/sha512 rounds=65535\n/g' /etc/pam.d/common-password
(Note: Assumes you're still using the default hashing SHA-512 hashing algorithm) |
|
I'm not familiar enough with the topic to understand why it would be so. I wonder if there is some basis for that claim?