Encryption class based of MD5 64. Originally written by Agus Hariyanto iam_emc2@yahoo.com.
| DLEncryption_Two | Encryption class based of MD5 64. |
| Inherit Methods | |
| Decrypt | Decrypt the given data using the given key. |
| Encrypt | Encrypt the given data using the given key. |
Decrypt the given data using the given key.
public function Decrypt( $key, $data )
Encrypt the given data using the given key.
public function Encrypt( $key, $data )
Decrypt the given data using the given key.
abstract public function Decrypt( $key, $data )
Encrypt the given data using the given key.
abstract public function Encrypt( $key, $data )