ww311s
03-27-2009, 01:47 PM
Hi,
I am trying to get the automatic logon to work with the "encrypt=true" parameter and my results that I am getting are that it just doesnt work. I am setting encrypt = true and base64 encoding the username and pass. This doesnt work at all.. connection fails. when I leave "encrypt=true" set and send the username and pass in cleartext, it connects. when I set "encrypt=false" and pass the u/p in clear text, it also connects. The code that does the base64 encoding has been checked and validated and is correct.
The problem is that am required to prevent any clear text passwords from winding up in the source of the page, and clearly both of the ways that I am able to get this to work leave the cleartext visible. As I am dynamically inserting the u/p values (its an .aspx page), I am not able to leave the connection parameters in the params.txt file as the manual suggests.
This is so clearly not working as the manual specifies. Is there a workaround I havent thought of?
Thanks!
William
I am trying to get the automatic logon to work with the "encrypt=true" parameter and my results that I am getting are that it just doesnt work. I am setting encrypt = true and base64 encoding the username and pass. This doesnt work at all.. connection fails. when I leave "encrypt=true" set and send the username and pass in cleartext, it connects. when I set "encrypt=false" and pass the u/p in clear text, it also connects. The code that does the base64 encoding has been checked and validated and is correct.
The problem is that am required to prevent any clear text passwords from winding up in the source of the page, and clearly both of the ways that I am able to get this to work leave the cleartext visible. As I am dynamically inserting the u/p values (its an .aspx page), I am not able to leave the connection parameters in the params.txt file as the manual suggests.
This is so clearly not working as the manual specifies. Is there a workaround I havent thought of?
Thanks!
William