473,383 Members | 1,925 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,383 software developers and data experts.

Making secure ASP.NET

Hi,
I am writing a small ASP.NET application, and I need to make it secure.

I was thinking of SSL but I don't know how to do it, or there exists other ways.

Can someone help me out.
Thanks in Advance
Nov 16 '05 #1
2 1221
Xarky wrote:
Hi,
I am writing a small ASP.NET application, and I need to make it secure.

I was thinking of SSL but I don't know how to do it, or there exists other ways.

Can someone help me out.
Thanks in Advance


define "secure":
- no eavesdropping on requests or responses between server and client
- users can't access each others data
- even with server access, you can't read user data
- etc...

only the first will benefit from using SSL, the rest is application design.
--
Hans Kesting
Nov 16 '05 #2
Hi,
Sorry if I did not define myself will with 'secure'. Let me explain
with my scenario.

I will be having a login screen. Users will have to enter username and
password to prove themselves. Now I need to maintain the username and
password private, that is if a users tries to hack someone else personal
data, the data that he will get is garbage and so cannot impersonate
himself as the proper user. In the system I will have other data that
will be transmitted between the server and the client, and also this
data needs to be maintained private.

Now the main reason I was thinking of SSL is because SSL is built into
almost all web browsers, and so through out a session a symmetric key
can be negotiated where both server and browser use this key to
communicate confidentially.

Can someone help me out, to do this scenario secure.
Thanks in Advance

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #3

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

Similar topics

6
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms...
4
by: debedb | last post by:
Hi all, I have a link, <A onClick="javascript:foo()">. The foo() function does w = window.open('', fieldid+'mywindow', prop); w.document.open(); d = w.document; And proceeds to write...
7
by: Seth | last post by:
I have noticed that the id of my session object changes when I switch from a non-secure to a secure connection. What I'm trying to do: I have a cookie that is built on the non-secure side of...
5
by: Joe | last post by:
I have an application which runs in a non-secure environment. I also have an application that runs in a secure environment (both on the same machine). Is there any way to share the session data for...
7
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already...
3
by: Will | last post by:
Is there a good article - or maybe a good chapter in a book - that someone can recommend on the topic of how to make cookie handling secure? I'm interested in common techniques for: -...
5
by: nsgis | last post by:
Hi everyone ! I would like to make unbreakable trial version of my project in MSAccess2000 or later. I devide project in two basic parts: DB part (.mdb) and application (buisiness logic) part (.mde)....
0
by: amitvps | last post by:
Secure Socket Layer is very important and useful for any web application but it brings some problems too with itself. Handling navigation between secure and non-secure pages is one of the cumbersome...
3
by: vozzek | last post by:
Hi all, My site is almost finished, and I just added a whole ADMIN section where I can update/edit my SQL database via easy-to-use forms. On Page one I use php to require a superuser password,...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.