Welcome to the nuBuilder Forums!

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

Questions related to using nuBuilder Forte.
Post Reply
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

How can I use the old password encription algorithm (old MD5)?

Unread post by miasoft »

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.
Wbr, miasoft.
kev1n
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)?

Unread post by kev1n »

Hi,

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.
Post Reply