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

Web Service Security - Fundamental Question

How do I implement security for my Web Service application? Specifically, I
am concerned about protecting the data against prying eyes as it travels
across the wire. Is it simply a matter of using https rather than http? Or
is there more to it?

Advice and/or links, will be very much appreciated!

- Joseph Geretz -
Feb 16 '07 #1
2 1084
Hi,
you will find following link useful for encrypting data using TRiple DES in
web service:
http://www.c-sharpcorner.com/UploadF...ebService.aspx

Thanks and Regards,
Manish Bafna.
MCP and MCTS.

"Joseph Geretz" wrote:
How do I implement security for my Web Service application? Specifically, I
am concerned about protecting the data against prying eyes as it travels
across the wire. Is it simply a matter of using https rather than http? Or
is there more to it?

Advice and/or links, will be very much appreciated!

- Joseph Geretz -
Feb 16 '07 #2
Hi Manish,

Thanks - that article is a great resource. Another great resource is the Web
Service Security Guide (whitepaper in PDF format) at:
http://www.microsoft.com/downloads/d...displaylang=en.

I'm realizing now that there are two fundamentally different approaches;
Message Level Security (which your link proposes) and Transport Level
Security (e.g. SSL). Right now I'm analyzing the two approaches to determine
which will best suit my needs. If I understand the literature correctly,
Message Level doesn't perform as well as single point-to-point SSL, However,
if the trip from client to server involves multiple SSL connections, then
Mesage Level would be the better choice since in this case each server hop
will require a new SSL connection. For an intranet application where clients
are going to communicate directly with the application server it sounds like
Transport Level Security would be the way to go?

Thanks for your advice.

- Joseph Geretz -

"Manish Bafna" <Ma*********@discussions.microsoft.comwrote in message
news:F8**********************************@microsof t.com...
Hi,
you will find following link useful for encrypting data using TRiple DES
in
web service:
http://www.c-sharpcorner.com/UploadF...ebService.aspx

Thanks and Regards,
Manish Bafna.
MCP and MCTS.

"Joseph Geretz" wrote:
>How do I implement security for my Web Service application? Specifically,
I
am concerned about protecting the data against prying eyes as it travels
across the wire. Is it simply a matter of using https rather than http?
Or
is there more to it?

Advice and/or links, will be very much appreciated!

- Joseph Geretz -

Feb 16 '07 #3

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

Similar topics

12
by: Michael Riggio | last post by:
Is there a way to have a windows service instantiate a class that is a web service, which will then be accessible to clients via HTTP? Thanks, -Mike
10
by: Alphonse Giambrone | last post by:
I am trying to develop a web service to accept a file uploaded via http post from a vba (Access) application. Thanks to helpful links in a vb newsgroup and my previous work with WinInet api I was...
3
by: Amjad | last post by:
Hi, I just wrote a test Windows Service that creates a text file on startup (please see my code below). The file is never created. Protected Overrides Sub OnStart(ByVal args() As String) Dim...
2
by: John A | last post by:
I have a Web Service that I am reponsible for that we use for data integration purposes. Recently I have been tasked with sending some of this data to a third party. Because they need to receive...
17
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
16
by: sunil | last post by:
Hi, I have a service written in c# that I need to run as a "Network Service". I am using a setup project to install the service. If I install the service in User's Personal Folder, I get the...
33
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
41
by: pbd22 | last post by:
Hi. I know my windows service works when i run it in debug mode on my dev machine. It also works in release mode on my dev machine. But, when I move the service to a production server, it...
2
by: =?Utf-8?B?bXVyYWRqYW1lcw==?= | last post by:
Yes, sorry I tried to make it clear in the original question that I want to get the user token of the service - ie. the account the service is running under. I know services don't have user tokens...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.