How can I use security components AEC-256-CBC

Hi i want encryption & decryption in app also in backend, for backend i am using php AEC-256-CBC but how can use in ab builder same don’t recommend use security components i know , i want to know how can I implement & excute , i search this query but don’t help all tricks so i am here in hope please help me

In php thier are 5 parameter pass to encrypt , decrypt
1.text for encryption
2. Cipher
3 . Key
4. Optional
5. Iv

You can use this extension

It use fernet to encrypt and decrypt data

1 Like