This class can store and retrieve values in encrypted cookies.
It can store a value in a given cookie after encrypting the value with a given key.
The class can also do the opposite, i.e. retrieve the previously encrypted value stored in a given cookie set for the current HTTP request and return the decrypted value.
|
Name: |
Cookie crypt and decrypt |
Base name: |
crypt-cookie |
Description: |
Store and retrieve values in encrypted cookies |
Version: |
- |
PHP version: |
3.0 |
License: |
Artistic License |
|
|
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
crypt.php |
Class |
COOKIE ENCRYPT AND DECRYPT |
example.php |
Class |
COOKIE ENCRYPT AND DECRYPT |