Hello,
I have Chronoforms 4 and plan to switch to 6 in the near future.
With the GDPR is going on and no experience with Chronoforms 6. I am wondering if Chronoforms 6 has a feature to encrypted data, especially personal data, when insert into database in case my website get data breaches.
Thankk you,
M
I have Chronoforms 4 and plan to switch to 6 in the near future.
With the GDPR is going on and no experience with Chronoforms 6. I am wondering if Chronoforms 6 has a feature to encrypted data, especially personal data, when insert into database in case my website get data breaches.
Thankk you,
M
Hi nilubon03,
No, there is no encryption built in. I think that it would have to be added using custom PHP either (a) to encrypt/decrypt data before saving and after reading; or (b) to call the MySQL queries to save and read directly using the MySQLfunctions - see here
Bob
No, there is no encryption built in. I think that it would have to be added using custom PHP either (a) to encrypt/decrypt data before saving and after reading; or (b) to call the MySQL queries to save and read directly using the MySQLfunctions - see here
Bob
Hi Bob
I'm trying to use
on insert, but it doesn't execute the SQL function "aes_encrypt"

How to invoke the SQL function is Read/Save Data action?
Regards
I'm trying to use
aes_encrypt({data:name}, 'mysecretkey')
on insert, but it doesn't execute the SQL function "aes_encrypt"

How to invoke the SQL function is Read/Save Data action?
Regards
This topic is locked and no more replies can be posted.