Decrypts the text previously encrypted with the AES 256 using a password key.
| Name | Pass type | Value type | Default value | Description |
|---|---|---|---|---|
| $edata | by value | string |
The data to be decrypted. |
|
| $password_key | by value | string |
The password key used for the encryption. |
Returns the decrypted text.