AESEncryption
in package
Table of Contents
- decrypt_data() : string
- encrypt_data() : string
Methods
decrypt_data()
public
static decrypt_data(string $data, mixed $key) : string
Parameters
- $data : string
-
- crypt response from Sagepay
- $key : mixed
Return values
string —encrypt_data()
public
static encrypt_data(string $data, mixed $key) : string
Parameters
- $data : string
-
- the key=value pairs separated with &
- $key : mixed