password field is not encrypted in database

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

password field is not encrypted in database

archana
Hi,

I did a spike on encrypting the password and then store in mysql database. I have tried the using the below tag , but still my password is stored as text and not get encrypted.

<property as="xs:string" name="oxf.xforms.password" value="Encryption"/>
Reply | Threaded
Open this post in threaded view
|

Re: password field is not encrypted in database

Alessandro  Vernet
Administrator
Hi archana,

This property doesn't encrypt the data stored in MySQL. You can find what this property is used for in the doc at:

http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-base#TOC-Encryption-properties

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: password field is not encrypted in database

archana
Can you help me by sharing a piece of code which lets me how to encrypt the field before saving into mysql database

Alessandro Vernet wrote
Hi archana,

This property doesn't encrypt the data stored in MySQL. You can find what this property is used for in the doc at:

http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-base#TOC-Encryption-properties

Alex