Enable Encryption

public $encryption = true;
// TODO: Change the Secret Key for Producional USE!
public $secret_key = "1234@1345";

Use a Strong Secret Key!

Last updated