0
votes
3answers
27 views
Facebook Connect - Authentication and Security
I would like to develop an external website using Facebook Connect instead of an own login and registration process.
First: Please don't answer "See documentation on facebook.com" or so. I've read …
2
votes
1answer
16 views
.NET XmlSerializer Compiling Type Schemas Reader/Writer
For my application, I need to serialize data to file using XML, so I read Introducing XML Serialization on MSDN. One thing that concerns me is under the Security Considerations for XmlSerializer …
1
vote
1answer
12 views
Integrating 3rd-party forum software to member-based website
When using some existing forum software in a larger web-site, how easy is it to:
1)Make your site's login functionality log the user into the forum
2)Make your site's registration functionality …
0
votes
2answers
59 views
php secure login
what do you think about this login procedure? is it pretty safe?
When they login i first check that the username exist, if it does i grab the salt (every user have unique salt) from the user, that i …
0
votes
1answer
10 views
How to set WCF security to require client certificate?
I have WCF service. I demand clients to authenticate with certificate.
This is service configuration:
<system.serviceModel>
<services>
<service …
0
votes
0answers
27 views
Online Password managers security from programming point of view?
Hello,
Do you, as programmers who create such tools, think online password managers (like Passpack) are really secure?
0
votes
1answer
30 views
secured website [closed]
Possible Duplicate:
What should a developer know before building a public web site?
I am working on e-commerce website.I have to make secure my website.What kind of security issues are …
14
votes
2answers
104 views
What are some advanced and modern resources on exploit writing?
I've read and finished both Reversing: Secrets of Reverse Engineering and Hacking: The Art of Exploitation. They both were illuminating in their own way but I still feel like a lot of the techniques …
1
vote
4answers
33 views
Displaying PDF to user
We're providing a web form whereby users fill in their personal information; some of it is sensitive information (SSN, Birthday, etc). Upon user submission, the data is prefilled into a PDF which is …
0
votes
2answers
23 views
when should I use “apache:apache” or “nobody:nobody” on my web server files?
Background: I remember at my old place of employment how the web server admin would always make me change the httpd-accessible file upload directories so that they were owned by apache:apache or …
2
votes
7answers
159 views
Is this method of checking a “gift code” secure?
I have a backend that generates gift codes, each with a certain number of uses. Give these to a blogger or whatever, and their readership can redeem the code for a promotional item.
I'm working on …
0
votes
0answers
10 views
Cygwin SFTP directory security [closed]
Here is what we are trying to accomplish:
A client drops off a file on a Windows/Cygwin SFTP folder
A Windows service scans the folder and processes the file
The problem:
The Windows service is …
0
votes
1answer
12 views
SVN: Global and project-specific passwd files for single repository
I would like to configure my local SVN server to support both a global passwd file and a project specific passwd file.
I have a global passwd file set up that is currently used to administer all …
0
votes
1answer
32 views
Windows user profile seems to be blocking certificate auth on webservice calls
I have a Delphi app that's running on Windows Server 2003. The app communicates with a webservice on another server that is protected by a Cisco ACE XML Gateway requiring a certificate for client …
1
vote
2answers
39 views
How to stop Apache from listing the contents of my user directories
I recently ran some penetration testing software on my web site and was surprised for it to report that one of my directory listings was publicly accessible.
It is the directory of the root user …
