Posted by Norm
2017-07-05

I should have added in my previous request, the the password filed I'm referring to, is one I've created for the Members. I'd like to encrypt these somehow.

While poking around the various php files, I noticed in codelib/asc/cls_fl_staff.inc.php that there is a "cls_password_encrypt" class. I wonder if I can take advantage of that?

(see also previous feedback request)

Norm
Posted by Tom
2017-07-06

"cls_password_encrypt" could be used for the buit-in staff table but cannot be used for the one you created. I assume you are going to write code to authenticate for your Member table, right?. Then there is nothing you can reuse in the script for the password encryption. Just write code to encode password in md5 ( or any method you like )