View previous topic :: View next topic |
Author |
Message |
throwaway12394 n00b
Joined: 02 Aug 2020 Posts: 3
|
Posted: Sun Aug 02, 2020 4:31 am Post subject: Gentoo Forums: On register, password is emailed in plaintext |
|
|
I just registered this account for unrelated emails. It appears my password has been sent to me in plaintext. This is far from best practice. While fixing I'd also recommend double-checking that passwords are hashed+salted within the database appropriately. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54663 Location: 56N 3W
|
Posted: Sun Aug 02, 2020 8:51 am Post subject: |
|
|
Moved from Networking & Security to Gentoo Forums Feedback.
Yes, passwords are hashed. I'm not sure about salted.
The forums uses phpBB 2.0.23-gentoo-p11, which is well past its use by date.
There is an upgrade to phpBB 3.x in the works, so any fixes to 2.0.23 are unlikely. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
fturco Veteran
Joined: 08 Dec 2010 Posts: 1181
|
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Mon Aug 03, 2020 4:40 am Post subject: |
|
|
Passwords are stored MD5 hashed and thrown away after the email is sent.
You're right it's far from best practice, but that's why everyone uses a password manager with strong random per-site passwords nowadays, right? :) |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1815 Location: Germany
|
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
|
Back to top |
|
|
|