Encryption class based on AzDGCrypt. Originally written by AzDG (support@azdg.com)
| DLEncryption_One | Encryption class based on AzDGCrypt. |
| Unique Methods | |
| Preprocess | Preprocess the given data. |
| Inherit Methods | |
| Decrypt | Decrypt the given data using the given key. |
| Encrypt | Encrypt the given data using the given key. |
Preprocess the given data.
private function Preprocess( $key, $data )
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 )