rijndael()
rijndael(string $text, string $key, string $operation) : void
Not implemented
Parameters
| string | $text | Encrypted string to decrypt, normal string to encrypt  | 
                            
| string | $key | Key to use as the encryption key for encrypted data.  | 
                            
| string | $operation | Operation to perform, encrypt or decrypt  | 
                            
Throws
- \LogicException
 Rijndael compatibility does not exist with Openssl.