I am using a shared database for desktop app and WebApp(nuBuilder).
I would not like to change the password encryption algorithm.
Security requirements are not too much for me.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How can I use the old password encription algorithm (old MD5)? Topic is solved
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: How can I use the old password encription algorithm (old MD5)?
Hi,
There's now an option to use only MD5.
In nuconfig.php, set
The latest version from Github is required.
There's now an option to use only MD5.
In nuconfig.php, set
Code: Select all
$nuUseMd5PasswordHash = true; //-- If set to true, MD5 is used to hash passwords, otherwise password_hash(), which is recommended.
The latest version from Github is required.