espfutbol98
New Member
- Messages
- 200
- Reaction score
- 2
- Points
- 0
I've been working on all this encryption, hashing, and salting but I just noticed that the password is in a $_SESSION in plaintext. Just how safe is this? Should I use some AES-256 so I can retrieve the data or is it fine the way it is?