HybridSessionStore_Crypto
class HybridSessionStore_Crypto (View source)
Class HybridSessionStore_Crypto Some cryptography used for Session cookie encryption. Requires the OpenSSL PHP extension.
Properties
public | $salt |
Methods
public
bool|string
decrypt($data)
Check the signature on an encrypted-and-signed message, and if valid decrypt the content
Details
__construct($key, $salt)
No description
string
encrypt($cleartext)
Encrypt and then sign some cleartext
bool|string
decrypt($data)
Check the signature on an encrypted-and-signed message, and if valid decrypt the content