Top "Security" questions

Topics relating to application security and attacks against software.

How do I create a self-signed certificate for code signing on Windows?

How do I create a self-signed certificate for code signing using tools from the Windows SDK?

security code-signing
How to hash a password

I'd like to store the hash of a password on the phone, but I'm not sure how to do it. …

c# security hash passwords windows-phone-7
"Keep Me Logged In" - the best approach

My web application uses sessions to store information about the user once they've logged in, and to maintain that information …

php security session remember-me
Using Apache httpclient for https

I have enabled https in tomcat and have a self-signed certificate for server auth. I have created an http client …

java security ssl tomcat apache-commons-httpclient
Securely storing passwords for use in python script

Possible Duplicate: I need to securely store a username and password in Python, what are my options? I am looking …

python security
How do I get the entity that represents the current user in Symfony2?

I am using the Symfony security setup. Everything works fine, but I don't know how to do one important thing: …

entity-framework security symfony
Is either GET or POST more secure than the other?

When comparing an HTTP GET to an HTTP POST, what are the differences from a security perspective? Is one of …

html security http
What is an API key?

I see this word in almost every cross service application these days. What exactly is an API key and what …

api security terminology api-key
How to obtain the location of cacerts of the default java installation?

I am looking on how how to obtain the location of cacerts of the default java installation, when you do …

java security