Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
End to end encryption of data in liferay
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 ?
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 ?
If you're using MySQL, you just need to append
There should be something similar if you're using other databases. Just Google around for it.
&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.htmlThere should be something similar if you're using other databases. Just Google around for it.
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™