decryptByPassword() public method
Verifies and decrypts data encrypted with encryptByPassword().
See also encryptByPassword().
| public boolean|string decryptByPassword ( $data, $password ) | ||
|---|---|---|
| $data | string |
The encrypted data to decrypt |
| $password | string |
The password to use for decryption |
| return | boolean|string |
The decrypted data or false on authentication failure |
Please login to continue.