$symmetriccrypto->decrypt()
Decrypts JSON data encrypted by SymmetricCrypto::encrypt() using the secret key or password
$symmetriccrypto->decrypt(string $json): string
Parameters
| Name | Type | Default |
|---|---|---|
| $json * | string |
– |
Return type
string
Decrypts JSON data encrypted by SymmetricCrypto::encrypt() using the secret key or password
$symmetriccrypto->decrypt(string $json): string
| Name | Type | Default |
|---|---|---|
| $json * | string |
– |
string