 |
| ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

April 26th, 2010, 03:29 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Login Security (Form Authentication)
Can anyone give me solution for login security.
how can i send my user id & password over the internet from browser to web server. I'm using Form Authentication . Without SSL is it possible?
|
|

April 26th, 2010, 03:49 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
That's exactly what Forms Authentication is designed for.
And yes, you can do it without SSL, but it's less secure....
Imar
|
|

April 26th, 2010, 04:40 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
login Security
How can i encrypt user id & password , If i use javascript for encryption then code is viewable from view source. what is the best practice or how can i do this.
|
|

April 26th, 2010, 05:28 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
If you want to encrypt the data, you need to use SSL....
Imar
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Authentication, Login, logout and security feature |
hendyhanusin |
ASP.NET 1.0 and 1.1 Professional |
2 |
March 23rd, 2007 08:04 AM |
| Authentication, Login, logout and security feature |
hendyhanusin |
ASP.NET 2.0 Basics |
0 |
March 22nd, 2007 08:58 PM |
| Authentication, Login, logout and security feature |
hendyhanusin |
ASP.NET 1.x and 2.0 Application Design |
1 |
March 22nd, 2007 08:55 PM |
| Authentication, Login, logout and security feature |
hendyhanusin |
ASP.NET 1.x and 2.0 Application Design |
1 |
March 22nd, 2007 08:39 PM |
| Authentication, Login, logout and security feature |
hendyhanusin |
ASP.NET 1.0 and 1.1 Basics |
0 |
March 22nd, 2007 04:15 AM |
|
 |