Tagged Questions

417
votes
63answers
20k views

What should a developer know before building a public web site?

What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies, sitemaps, and cross-site …
76
votes
91answers
6k views

What’s the worst security hole you’ve ever seen?

Subject says it all, probably a good idea to keep details basic to protect the guilty. See also another question about what to do once you find a security hole.
69
votes
10answers
3k views

Payment Processors - What do I need to know if I want to accept credit cards on my website?

This question talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments? Assume I need to store …
39
votes
24answers
3k views

What is the best way to avoid SQL injection attacks?

I've provided a solution for Python... please flesh this out with examples for other languages.
38
votes
34answers
2k views

What are the most common security mistakes programmers make?

There are the obvious wtfs that make the headlines such as SQL injection, authentication in JavaScript but are there other more fundamental and common errors programmmers tend to make when writing …
34
votes
22answers
2k views

How do you protect your software from illegal distribution?

I am curious about how do you protect your software against cracking, hacking etc. Do you employ some kind of serial number check? Hardware keys? Do you use any third-party solutions? How do you …
33
votes
26answers
4k views

Best .NET obfuscation tools/strategy

My product is both ASP.NET, Windows forms app and Windows service. 95% of code is .NET (VB if you must know). For IP reasons, I need to obfuscate the code. I am using an old dotfuscator (over 5 …
32
votes
23answers
2k views

What’s with those Do-Not-Use JavaScript People?

I really don't understand what the problem is with those people who ask you not to use JavaScript on your site. I went through all sorts of trouble trying to remove a couple of JavaScript scripts …
29
votes
14answers
991 views

What is the best Distributed Brute Force countermeasure?

First, a little background: It is no secret that I am implementing an auth+auth system for CodeIgniter, and so far I'm winning (so to speak). But I've run into a pretty non-trivial challenge (one that …
26
votes
11answers
3k views

What is the best way to stop people hacking the PHP-based highscore table of a Flash game.

I'm talking about an action game with no upper score limit and no way to verify the score on the server by replaying moves etc. What I really need is the strongest encryption possible in Flash/PHP, …
25
votes
32answers
3k views

How can I prevent users from taking screenshots of my application window?

What are some methods to prevent screenshots from being taken, if any? I've considered setting the "Print Screen" button as a hotkey, which makes the window fuzzy. However, there would be the …
25
votes
8answers
4k views

Best Practices for securing a REST API / web service

When designing a REST API or service are there any established best practices for dealing with security (Authentication, Authorization, Identity Management) ? When building a SOAP API you have …
25
votes
14answers
970 views

Found a critical bug, but the company doesn’t care

I know several people who were in a situation like this. Let's say, you were trying out random sites for basic XSS/SQL Injection vulnerabilities, and you've found one that could be easily …
24
votes
10answers
948 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 …
24
votes
9answers
1k views

Preferred Method of Storing Passwords In Database

What is your preferred method/datatype for storing passwords in a database (preferably SQL Server 2005). The way I have been doing it in several of our applications is to first use the .NET encryption …

1 2 3 4 5 208 next
15 30 50 per page