I am capturing and displaying information fine with chronoforms but we have been asked to encrypt the field values in the database.
any advice on the best way to do this?
I found forum posts around the password fields and using joomla functions but this is beyond that.
Rob
any advice on the best way to do this?
I found forum posts around the password fields and using joomla functions but this is beyond that.
Rob
Hi Rob,
Neither CF nor Joomla! has built in support for encryption. You could do it with Custom Code actions using the MySQL encryption methods but I think it's probably simpler to encrypt using PHP in a custom code action, then saving the encrypted version of the data plus a key. Of course, you'd have to reverse this after a DB Read action.
I found this StackOverFlow answer that seems to have most of what you'd need.
Bob
Neither CF nor Joomla! has built in support for encryption. You could do it with Custom Code actions using the MySQL encryption methods but I think it's probably simpler to encrypt using PHP in a custom code action, then saving the encrypted version of the data plus a key. Of course, you'd have to reverse this after a DB Read action.
I found this StackOverFlow answer that seems to have most of what you'd need.
Bob
This topic is locked and no more replies can be posted.