-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Just noticed that in the ini.php on line 93 there is a static value for the salt of all the passwords. Since this project is open source, that essentially means that the salt is now irrelevant since its constant for any user.
Generating a random salt and storing it in the database, even if its just generated once during the site installation is vastly more secure than storing it as a static variable in ini.php. Ideally it should be generated for every user and then stored in the user table.
I wish I had time to fix this myself but I'm quite busy at the moment and wanted to point it out at least.
Metadata
Metadata
Assignees
Labels
No labels