Re: Re: Re: Re: Encryption of input field
Posted by
SD on
Mar 18, 2011; 4:00pm
URL: https://discuss.orbeon.com/Encryption-of-input-field-tp3382583p3387608.html
Erik,
The functionality of the usecase is like this
1. Grab a userid and password from the user and store it in an xml file
2. A jar would then read this userid and password to connect to a webservice
So all I wanted was to store the password entered by the user in an encrypted format and decrypt it back in the jar.
I cannot use hash function because the webservice that I'm calling doesn't accept hash but takes the actual password
RSA is what I was looking into
--SD
On Thu, Mar 17, 2011 at 8:45 PM, Erik Bruchez
<[hidden email]> wrote:
Ah, in that case, we don't have such a function readily available.
Note that it is typical to use a hashing algorithm for passwords, rather than encrypt/decrypt.
What encryption algorithm are you looking for specifically?
-ErikOn Thu, Mar 17, 2011 at 8:37 AM, Snehadeep Sethia
<[hidden email]> wrote:
Erik,
I do not want a digest, i want an encryption function so that I can store the password as encrypted text and decrypt it wherever required.
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws