cancel
Showing results for 
Search instead for 
Did you mean: 

encryption

sama
Champ in-the-making
Champ in-the-making
I was wondering if it is possible to add database encryption support to Alfresco.

I am evaluating Alfreso for use as a "Secure" File server of sorts and I have a requirement of encrypting the data as well as encrypting the data as it is sent/received.

I solved the sending and receiving part by adding SSL to JBoss.

But now I was wondering it is possible to instruct Hibernate and Lucene to use the mysql commands AES_Encrypt and AES_Decrypt when writing and reading data?

Also in the same vein; I have discovered that mysql can be set-up with SSL support which can be connected to through Connector/J, but I was wondering how to setup the db.url to include the string 'useSSL=true'

Any response will be greatly appreciated.

Sam Apperson
1 REPLY 1

steve
Champ in-the-making
Champ in-the-making
To set up MySQL ssl connections please see this page from the MySQL Reference Manual:

http://dev.mysql.com/doc/refman/4.1/en/cj-configuration-properties.html

Steve