473,387 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Client side encryption

Is there a way in .Net to encrypt a user id and password that comes as an
HTML request from a login page without having to use a third party solution?
In other words, when the user enters the user id and password and submits to
get authenticated I want the id and password to be transferred encrypted to
the server.

Harry
Nov 18 '05 #1
3 1813
SSL is the typical way this is done.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Harry Simpson" <hs*******@nospamphgt.net> wrote in message
news:eI*************@tk2msftngp13.phx.gbl...
Is there a way in .Net to encrypt a user id and password that comes as an
HTML request from a login page without having to use a third party solution? In other words, when the user enters the user id and password and submits to get authenticated I want the id and password to be transferred encrypted to the server.

Harry

Nov 18 '05 #2
Thanks Kevin but i'm looking for a non-SSL solution for intranets.

Harry

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@TK2MSFTNGP10.phx.gbl...
SSL is the typical way this is done.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Harry Simpson" <hs*******@nospamphgt.net> wrote in message
news:eI*************@tk2msftngp13.phx.gbl...
Is there a way in .Net to encrypt a user id and password that comes as an HTML request from a login page without having to use a third party solution?
In other words, when the user enters the user id and password and

submits to
get authenticated I want the id and password to be transferred encrypted

to
the server.

Harry


Nov 18 '05 #3
Harry Simpson wrote:
Thanks Kevin but i'm looking for a non-SSL solution for intranets.
Can you explain why? SSL will work in intranets just fine. In fact,
since in an intranet you presumeably have control over the clients you
can generally get away with using your own Certificate Authority to
avoid having to pay for your certs.

If you really can't use SSL, you might want to consider using Digest or
NTLM authentication - but then the login paramters are handled by the
browser - not your form.

If you don't use one of these 'pre-made' solutions, I imagine you'd have
to implement your own public key crypto in Javascript. That's not
something I'd want to do - particularly since SSL is already there to do
it, and SSL has been vetted so it has a pretty good chance of not having
any serious weaknesses, which any homegrown script implementation is
almost certain to have.

Harry

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@TK2MSFTNGP10.phx.gbl...
SSL is the typical way this is done.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Harry Simpson" <hs*******@nospamphgt.net> wrote in message
news:eI*************@tk2msftngp13.phx.gbl...
Is there a way in .Net to encrypt a user id and password that comes as
an
HTML request from a login page without having to use a third party


solution?
In other words, when the user enters the user id and password and


submits
to
get authenticated I want the id and password to be transferred encrypted


to
the server.

Harry



--
mikeb
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Bas Bloemsaat | last post by:
Hi, This maybe more of a Javascript question than PHP, but as it requires some understanding about what is sent over the line and what not, I assume this is the better forum to ask. I'm...
9
by: Don | last post by:
Does anyone know where I can find a client-side function I can reference from within an HTML/JavaScript web page? I'm currently using a core PHP function to do this, but I'd rather do it on the...
7
by: jtfaulk | last post by:
I need to encode some information on the server side using ASP.NET with C#; sending via HTTP to a client side application, that needs to be decoded in an MFC C++ application. I'm not sure if I...
0
by: Demetris | last post by:
Hi, I would like to thank you first again for the replies. Actually to clear some things out, I have an application called Moody's Financial Analyst which sits on Oracle (the server mentioned...
8
by: backslashW | last post by:
There are persons who think that encryption at client side doesn't work, because if you need to transfer critical information you can always use SSL. But there is a big exception, and it happens...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.