Jump to content

Is there an easy way to encrypt passwords?


Moron

Recommended Posts

I have a php program where an employee enters their employee number as username and the last four of their SSN as the password. These two parameters match MS SQL database fields.

 

The problem is that this is sent in clear text. I need it to be encrypted. I looked into just using AD authentication, but the concept doesn't seem to like me very much.

 

So is there a simple way to encrypt the passwords between the php input form and the database?

 

Thanks!

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.