multipleEncryptData()
multipleEncryptData(string $plainData, integer $iterations = 2) : string
Encrypts the given plain data multiple times with different extracted keys.
Parameters
string | $plainData | The plain input string. |
integer | $iterations | The number of internal iterations to perform. |
Throws
- \Exception
Validation errors.
Returns
string —The cipher/encrypted data.