Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 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