Procedural File: crypt.php
Source Location: /include/crypt.php
Classes:
Kimono_Crypt
wrapper class for crypto functions
Kimono_RC4_Crypt
RC4 algorithm
Kimono_MCrypt
encryption support from the mcrypt extension
Kimono_Crypt_Plaintext
dummy class for passing through plaintext data
Page Details:
string encryption/decryption functions
mysql varchar fields doesn't handle binary data well, so always use base64_encode/base64_decode before saving to the database.
Decrypt [line 14]
void Decrypt(
mixed $data)
|
|
Encrypt [line 13]
void Encrypt(
mixed $data)
|
|
Initiate [line 16]
SetPassphrase [line 15]
void SetPassphrase(
mixed $passphrase)
|
|
|