[Horde_Secret] element index

Package indexes

All elements
c g r s w
c
top
Method clearKey
Secret::clearKey() in Secret.php
Clears a secret key entry from the current cookie.
g
top
Method getKey
Secret::getKey() in Secret.php
Return a secret key, either from a cookie, or if the cookie isn't there, assume we are using a munged version of a known base value.
r
top
Method read
Secret::read() in Secret.php
Decrypt a message encrypted with Secret::write().
s
top
Class Secret
Secret in Secret.php
The Secret:: class provides an API for encrypting and decrypting small pieces of data with the use of a shared key.
Page Secret.php
Secret.php in Secret.php
Method setKey
Secret::setKey() in Secret.php
Generate a secret key (for encryption), either using a random md5 string and storing it in a cookie if the user has cookies enabled, or munging some known values if they don't.
w
top
Method write
Secret::write() in Secret.php
Take a small piece of data and encrypt it with a key.
c g r s w