Re: [Quickfix-developers] Encrypting the Password field
Brought to you by:
orenmnero
From: <Nil...@co...> - 2008-06-20 07:58:37
|
I guess you need to use your own encryption algo to do the same. QF doesn't provide any. Simple thing that you can do is, just create MD5 hash of the pwd on client side and store MD5 hash on the server side, compare the MD5 hash stored on server with the one received from the client. Thanks -Nilesh >-----Original Message----- >From: qui...@li... [mailto:quickfix- >dev...@li...] On Behalf Of Vincent Predoehl >Sent: Friday, June 20, 2008 2:35 AM >To: qui...@li... >Subject: [Quickfix-developers] Encrypting the Password field > >QuickFIX Documentation: >http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. |