Top "Security" questions

Topics relating to application security and attacks against software.

Disable cross domain web security in Firefox

In Firefox, how do I do the equivalent of --disable-web-security in Chrome. This has been posted a lot, but never …

security firefox cross-domain cors
Disable-web-security in Chrome 48+

I have a problem with the --disable-web-security flag. It is not working in Chrome 48 and Chrome 49 beta on Windows. I've …

google-chrome security same-origin-policy
Cannot create SSPI context

I am working on a .NET application where I am trying to build the database scripts. While building the project, …

sql sql-server security sspi
Disable firefox same origin policy

I'm developing a local research tool that requires me to turn off Firefox's same origin policy (in terms of script …

security firefox same-origin-policy
How to encrypt/decrypt data in php?

I'm currently a student and I'm studying PHP, I'm trying to make a simple encrypt/decrypt of data in PHP. …

php security encryption cryptography encryption-symmetric
How to create a laravel hashed password

I am trying to create an hashed password for Laravel. Now someone told me to use Laravel hash helper but …

php security laravel hash passwords
Keystore type: which one to use?

By looking at the file java.security of my JRE, I see that the keystore type to use by default …

java security ssl jsse
Access is denied when attaching a database

I am using SQL Server 2008 developer edition. I was trying to attach the AdventureWorks2008 database. When I tried to attach, …

sql-server security administration
How do you configure HttpOnly cookies in tomcat / java webapps?

After reading Jeff's blog post on Protecting Your Cookies: HttpOnly. I'd like to implement HttpOnly cookies in my web application. …

java security cookies xss httponly
X-Frame-Options Allow-From multiple domains

I have an ASP.NET 4.0 IIS7.5 site which I need secured using the X-Frame-Options header. I also need to enable …

asp.net security iis-7 header internet-explorer-9