Jump to content

Passwords stored in cookies


chmpdog

Recommended Posts

Hello,

 

I thought my site was protected, but I guess I was wrong. Right now I am storing sensitive user data, such as passwords, in cookies.

I know this is a big security flaw but I dont know how to fix it.

 

So I decided to come here and see if you guys could help me.  Currently, I have usernames, passwords, and if they are an admin in cookies.

 

Do you know an alternative way to protect this sensitive data?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/96476-passwords-stored-in-cookies/
Share on other sites

Yeah I agree with the other posters that you should avoid storing sensitive data on the client machine.  They have programs that are designed to go through cookies and expose username/password combos.  Storing that sensitive information in a database instead is a good way to go about it.  There is a nice PEAR extension that handles user authentication with a database backend for storing credentials...

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.