Posted by Norm
2017-07-07

Thanks Tom for the reply.

Since encrypting a password field is fairly common, it would be great if when a person initially generates (derive) the files for an individual's address book, that the choices for type of field (text/date, etc) could also include an 'md5 pwd' selection.

In the meantime, could you direct me to which file I could manually add some code to encrypt my existing password field?

Huge thanks,
Norm
Posted by Tom
2017-07-09

If it's the staff table, then the EncryptPassword function in web/staff/app/cls_ps_addresses.inc.php does encryption. But it won't do anything for you because you want to encrypt a field in a different table.