DLEncryption_Two

Encryption class based of MD5 64.  Originally written by Agus Hariyanto iam_.nosp@m.emc2@yaho.nosp@m.o.com.

Summary
DLEncryption_TwoEncryption class based of MD5 64.
Inherit Methods
DecryptDecrypt the given data using the given key.
EncryptEncrypt the given data using the given key.

Inherit Methods

Decrypt

public function Decrypt($key,
$data)

Decrypt the given data using the given key.

See

DLEncryption->Decrypt

Encrypt

public function Encrypt($key,
$data)

Encrypt the given data using the given key.

See

DLEncryption->Encrypt

public function Decrypt($key,
$data)
Decrypt the given data using the given key.
public function Encrypt($key,
$data)
Encrypt the given data using the given key.
abstract public function Decrypt($key,
$data)
Decrypt the given data using the given key.
abstract public function Encrypt($key,
$data)
Encrypt the given data using the given key.