Answered by:
SSL and C#

Question
-
User-1410783915 posted
I want to use SSL, mainly to protect the application users username and password. So here is my question. Suppose the application user enters their username and password into their web browser, and then they press the "Log In" button. So here is my question. Once the password is passed back to the Login method in C# (The method that the password is sent into). at that point if I am using SSL will the password be encrypted when it is passed into the C# code? If so, how do I unencrypt the password? Or does SSL decrypt the password, once it passes it into the C# method/code?
Monday, November 16, 2015 12:43 AM
Answers
-
User-821857111 posted
if I am using SSL will the password be encrypted when it is passed into the C# code?Yes.does SSL decrypt the passwordYes.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, November 16, 2015 2:31 AM -
User-2057865890 posted
Hi,Gleeming
Here is a small example shows the encrypt decrypt functionality in action.
I hope it's helpful to you.
Best regards,
Chris Zhao- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 12:44 AM -
User-821857111 posted
Here is a small example shows the encrypt decrypt functionality in action.That has nothing to do with SSL encryption or the question.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 1:57 AM -
User465171450 posted
The web browser and server perform encryption over the wire. You get everything in the same state as it was entered by the user. It's the communication between the browser and the server that is encrypted.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 4:59 PM
All replies
-
User-821857111 posted
if I am using SSL will the password be encrypted when it is passed into the C# code?Yes.does SSL decrypt the passwordYes.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, November 16, 2015 2:31 AM -
User-2057865890 posted
Hi,Gleeming
Here is a small example shows the encrypt decrypt functionality in action.
I hope it's helpful to you.
Best regards,
Chris Zhao- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 12:44 AM -
User-821857111 posted
Here is a small example shows the encrypt decrypt functionality in action.That has nothing to do with SSL encryption or the question.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 1:57 AM -
User465171450 posted
The web browser and server perform encryption over the wire. You get everything in the same state as it was entered by the user. It's the communication between the browser and the server that is encrypted.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 17, 2015 4:59 PM