Encryption of input field
Posted by SD on Mar 16, 2011; 6:27pm
URL: https://discuss.orbeon.com/Encryption-of-input-field-tp3382583.html
Hi,
I have an input field
<xf:input ref="instance('user-model-record')/password">
<xf:label>Password</xf:label>
</xf:input>
I'm storing this in the database as clear text, does orbeon support encryption algo like RSA or DES (anyother) so that I can store encrypted text instead of clear.
Thanks
--SD