End to end encryption of data in liferay

thumbnail
Rajesh Chaurasia, modified 6 Years ago. Regular Member Posts: 183 Join Date: 8/18/11 Recent Posts
Hi All,

I wanted to know how to encrypt the data which is being send to either liferay schema or some other schema ( where the business related data is being stored ) for storage?Does it require programmatic  change or is there any liferay config setting which we need to enable to achieve it ?
thumbnail
Samuel Kong, modified 6 Years ago. Liferay Legend Posts: 1902 Join Date: 3/10/08 Recent Posts
If you're using MySQL, you just need to append
&useSSL=true
to your JDBC connection URL. If your database has been configured to accept SSL, the portal will connect using SSL. See https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-using-ssl.html

There should be something similar if you're using other databases. Just Google around for it.