This class can be used to store and retrieve data in encrypted cookies.
It can create a cookie and store data in the cookie encrypting it using a given key.
The class can also do the opposite, i.e. retrieve data from a cookie decrypting it with the same key.
Cookies may also be deleted with this class. |