Tagged Questions

32
votes
7answers
18k views

Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better?

I'm not a security expert by any means, but I favor creating REST-style web services. In creating a new service which needs to have the data it transmits secure. We've entered a debate over which ...
31
votes
10answers
2k views

Is 5-digit PIN better than most passwords?

This is something that's been bugging me for many years: why most online services highly value the entropy of a password, citing it as a security measure, and enforcing it when users select a ...
22
votes
2answers
1k views

WCF Security - A list of what I dont understand

I'm going around in circles with regards to WCF and security so i'm just going to shove a load of questions here and hope someone can help me gain a clear picture. Can someone please give me a ...
17
votes
7answers
11k views

How to configure secure RESTful services with WCF using username/password + SSL

I'm looking to write a config file that allows for RESTful services in WCF, but I still want the ability to 'tap into' the membership provider for username/password authentication. The below is part ...
13
votes
5answers
671 views

Web services API Keys and Ajax - Securing the Key

This is probably a generic security question, but I thought I'd ask in the realm of what I'm developing. The scenario is: A web service (WCF Web Api) that uses an API Key to validate and tell me who ...
11
votes
2answers
716 views

How to encrypt SOAP messages manually?

I use JBoss 4.2.3.GA. In previous task I've used base encryption mechanism which JBoss supports (WS-Security). I.e. I used keystore, truststore files for encryption and signing messages. As usually ...
11
votes
6answers
2k views

Generating cryptographically secure authentication tokens

Background: This is really a general best-practices question, but some background about the specific situation might be helpful: We are developing a "connected" application for the iPhone. It will ...
11
votes
6answers
5k views

Encryption in C# Web-Services

I'm looking for a simple way to encrypt my soap communication in my C# Web-Service. I was looking into WSE 3.0 but it seems Microsoft dropped support for it, and therefore it's not straightforward to ...
10
votes
2answers
1k views

Decrypting Message with a Spring Web Service Client

350 Bounty and waffles to the person who can help me! I have been struggling with Spring Web Service encryption for days and I can't figure out how to get Spring's encryption on the message body to ...
9
votes
2answers
2k views

How to secure RESTful web services?

I have to implement secure RESTful web services. I already did some research using Google but I'm stuck. Options: TLS (HTTPS) + HTTP Basic (pc1oad1etter) HTTP Digest two-legged OAuth a ...
9
votes
3answers
5k views

“The test form is only available for requests from the local machine.”

I created a Web Service in .Net and so the address of the service file has a nifty auto generated explanation about how it works. When I run the page from the machine it's hosted on it even has a form ...
8
votes
2answers
3k views

Securing communication from android to a web service

I'm a relative newbie to web and mobile development and especially to security so obvious answers are still appreciated. I want my android app to be able to log in to a simple web service with a ...
8
votes
7answers
796 views

Techniques to reduce data harvesting from AJAX/JSON services

I was wondering if anyone had come across any techniques to reduce the chances of data exposed through JSON type services on the server (intended to supply AJAX functions) from being harvested by ...
8
votes
15answers
5k views

Unique key generation

I looking for a way, specifically in PHP that I will be guaranteed to always get a unique key. I have done the following: strtolower(substr(crypt(time()), 0, 7)); But I have found that once in a ...
7
votes
2answers
347 views

Connecting to a web service with PHP given only username, password and certificate authority

I am successfully connecting, using Microsoft C#, to a Microsoft web service. I have to supply a username, password (in the C# code); and install a certificate (in .cer format) into the "Root ...
7
votes
1answer
198 views

Why do ASP.NET JSON web services return the result in 'd'?

I wrote some ASP.NET web services that use JSON encoding, a la: [WebInvoke()] [OperationContract] public int SetInformation(int recordid, string data) { return 42; } and the returned JSON is: ...
7
votes
3answers
324 views

Making A Webservice Secure

Im wrapping up my Iphone app. Im just worried about security at our web server level. The data is being pulled over to the iphone app via web services. What security measures can i put on the web ...
7
votes
1answer
752 views

What are some viable techniques for combining CSRF protection with RESTful APIs?

I'm interested in hearing what approaches people have taken when building a RESTful (or quasi-RESTful) API for their web applications. A practical example: Say you have a traditional browser-based ...
7
votes
4answers
4k views

How to secure a webservice in .net?

I have written a simple .NET webservice, which I will be hosted on a different server may be on different continent. I don't really know. Now, I only had its URL and I tried to use webrequest and ...
7
votes
10answers
772 views

Securing a Web Service

I have a Web Service (ASMX) with a few Web methods on our production Web server. On a separate internal Web server (which isn't publicly exposed) I have another Web site that will use the ASMX's ...
6
votes
4answers
355 views

How are people handling user authentication for web services?

I'm creating a web service to expose some data via publicly accessible APIs. At a high level, what mechanisms are people using to secure their APIs to ensure that a valid, authenticated user is making ...
6
votes
2answers
276 views

Limit web service access to iPhone app

I'm managing the development of an iPhone app that relies on web services to provide catalog access. My main security concern right now is someone accessing my web service and replicating/scraping my ...
6
votes
1answer
188 views

What is the best book about single sign -on implementation?

I need a book about single sign-on implementation, management and application integration. Besides Enterprise single sign-on and Common Single Sign-On Configurations explanations. Any suggestions ...
6
votes
6answers
3k views

Is there a way to restrict access to an ASMX Webservice, i.e. the asmx page and its WSDL?

I have a C# .net webservice that I need to restrict access to. I already require my consumers to use a username and password to call the service. But, is there a way to restrict access to the actual ...
6
votes
5answers
2k views

How do I build a secure webservice with .Net?

I need to build a simple webservice to get data in and out of a HR System over the Internet (it's a hosted solution). I am using IIS and ASP.Net with .Net 2.0. Having looked into it, there are ...
6
votes
3answers
8k views

Custom HTTP Basic Authentication for ASP.NET Web Services on .NET 3.5/VS 2008

I am refactoring a working ASP.NET Web Application to expose Web Services interface using ASP.NET Web Service. According to Web Services authentication - best practices, Basic Auth over https is the ...
5
votes
1answer
266 views

How do I create secure web services with ColdFusion?

I created an existing API with web services using ColdFusion that uses inline authentication but I'd like to secure it using some sort of authentication but I'm clueless where to start. The web ...
5
votes
1answer
878 views

Calling a secured Web Service in Java

I need to write a web service client to call a third party web service (SOAP based). The third party published a wsdl and the associated xsd files. The third party secure their website and ...
5
votes
2answers
1k views

Android private content provider?

I am developing an application that involves some sensitive user information. I retrieve this information via a private web API. I am trying to determine the best way to get this data into my app. ...
5
votes
7answers
797 views

How to prevent direct access to my JSON service?

I have a JSON web service to return home markers to be displayed on my Google Map. Essentially, http://example.com calls the web service to find out the location of all map markers to display like ...
5
votes
6answers
3k views

How does Google Maps secure their API Key? How to make something similar?

Currently Google requires you to create an API Key that is specific to the domain of where the map will be served from. How does Google enforce this? I want to do the same thing. I expose an API for ...
5
votes
2answers
2k views

Best way to create a TOKEN system to authenticate web service calls?

I'd like to create a web service architecture that can be called by various platforms such as mobile devices, winforms applications, iphone, blackberry, you name it. So going with something like WCF ...
5
votes
4answers
158 views

Do I need to make my web service secure?

If I were to host a web service on the same machine as my web site, and pass sensitive information to it, do I need to call it using https? For example, I would reference it using localhost, so won't ...
5
votes
4answers
419 views

What are the potential problems with this WebService security scheme?

We have a service that handles authorization based on a User Name and Password. Instead of making the username and password part of the call, we place it in the SOAP header. In a typical scenario, ...
4
votes
2answers
102 views

Secure web service requests

I need to make requests to a web service via android application. The webservice can be designed as needed. It seems to me that no matter which approach I will choose, someone who wants to hack it, ...
4
votes
1answer
149 views

Android : Security Concern :classes.dex Publically exposed WebService Name is visible in the file

I am not too sure about how secure a apk file is and therefore this question. We have a application which gets the result from a publicly exposed webservice. However, when we tried to open the ...
4
votes
3answers
131 views

Security with Web Services in Java

We have a client that calls our web services. How can we make sure that it is only our client application that is calling the web service and not a client someone else created that calls our web ...
4
votes
1answer
142 views

How paypal can protect customers data from there Business partners?

If business partner of paypal using paypal's web service in its website.If the web service is asking for username and password of its customer,how paypal can protect customers data from there Business ...
4
votes
3answers
275 views

Sending sensitive information to REST service

We currently have a SOAP based web service that our in house applications use to authenticate users. Basically, they send a SOAP request with the username and password. The web service authenticates ...
4
votes
2answers
206 views

How to Implement Security Around Web Services Within a Company

A topic has come up recently regarding Web Service Security. Not necessarily the bits in WSE 3.0 that you may be thinking of, but more about securing the services within a company. For instance. We ...
4
votes
3answers
79 views

Should services ask for credentials at each request?

I wonder what is the optimal authentication method for services and webservices: user/password is sent on each request user/password is sent once to obtain an authentication code that will be sent ...
4
votes
4answers
712 views

Controlling which WebMethods get exposed externally in a WebService

I couldn't think of a decent title, so let me first apologize for that. I have a WebService (call it A) written for my app so I can take advantage of ASP.NET 3.5 AJAX features. I use the generated ...
4
votes
2answers
2k views

How to suppress “This page is accessing information not under its control”

I get this message when I am trying to access a web service from Jquery located in SAME the URL (but different directory). I know it is IE security setting. The question is, how do I suppress ...
4
votes
4answers
415 views

secure web service

I am going to be creating a web service that will be passing confidential information across the network. What would be the best way to secure the web service? how do I know if the application ...
4
votes
3answers
218 views

Looking for Real Stories of Web Service Security Breaches

I'm a full time software developer, but on the side I'm teaching a university course on web services. I'm going over security right now and was wondering if any of you all have had any security ...
4
votes
3answers
1k views

What is some good WCF/web services security reading?

I've been doing a lot of studying and work recently related to WCF, web services and distributed computing in general, but most of the security concepts go over my head. Transport security, message ...
4
votes
12answers
260 views

(Security) Should I reject URLS longer than N?

I am trying to write an application that uses pretty URLS or REST (still learning what this entails). Anyway my urls look like www.foo.net/some_url/some_parameter/some_keyword. I can be sure a url ...
3
votes
2answers
84 views

Using WS-Security to authenticate when I don't know the password

I'm using WSS4JInInterceptor to try to authenticate my client. I have been able to create a trivial example. However, I have a problem. In my application, I use the supplied user name and password ...
3
votes
2answers
64 views

Is there a way to only expose a certain web method in a .Net Web Service to a particular user/group?

I have a web service that has multiple web methods. Is there a way to expose only one of these web methods to a certain group or person? As of right now, I use Windows authentication and user groups ...
3
votes
3answers
85 views

using user name and password in a webservice call

I am writing java web services that need to accept user name and password from the caller for internal authentication before prviding the response. What is the standard way (or best practice) to do ...

1 2 3 4 5 7