View Single Post
Unread 11-12-2007, 01:42 AM   #6
craig
 
Join Date: Feb 2006
Posts: 243
Thanks: 8
Thanked 130 Times in 72 Posts
craig is a jewel in the roughcraig is a jewel in the roughcraig is a jewel in the rough
Default

Quote:
Originally Posted by affinity View Post
I would prefer an option to actually export the password even if it isn't the default choice.
That is also a good suggestion, but unfortunately there are a couple of technical challenges in developing it. For everyone's security, we store your providers' password using a one-way encryption algorithm in the database... so we aren't able to actually get the original password back to export it.

I was thinking that we could perhaps export the encrypted version of the password, but the problem is that when we go to import that value, our member save routine will try to encrypt that the value it is given (which is obviously incorrect in this specific scenario).

I will have a look at doing this, but it is an area where security is our number one concern, so if there is any risk I will probably err on the side of caution.

--
Craig
craig is offline   Reply With Quote