This is a simple class that can store encrypted values in cookies using a secret key.
The class can generate an encrypted version of a text value using a secret key and store it in a cookie.
Whenever it is necessary to recover the original value, the class can decrypt the value stored in the cookie using the same encryption key.
This way the users may not see the values stored in the cookies unless they know the secret key.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
LSMCryptCookie |
Class |
Crypt and Decrypt datas on cookies |