Encrypt and Decrypt information in a cookie.
Posted
by xRobot
on Stack Overflow
See other posts from Stack Overflow
or by xRobot
Published on 2010-06-09T09:27:00Z
Indexed on
2010/06/09
9:42 UTC
Read the original article
Hit count: 221
I need to securely crypt and decrypt information about users ( name, surname and user_id ) in cookies.
What is the best way to do this ? What encryption and decryption function do I need ?
Thanks ^_^
© Stack Overflow or respective owner