Method | Description | |
---|---|---|
decrypt ( string $string, string $key ) : string | Decrypts the given $string that was encrypted with the $key. | |
encrypt ( string $string, string $key ) : string | Encrypts the given $string using the $key variable as encryption key. |