Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

What does CSP protect us if allowing unsafe-inline

Using PHP/Apache to restrict access to static files (html, css, img, etc)

php security apache .htaccess

How-to ensure that compiler optimizations don't introduce a security risk?

Security implications of adding all domains to CORS (Access-Control-Allow-Origin: *)

Why does WordPress still use addslashes(), register_globals() and magic_quotes?

How to manually decrypt an ASP.NET Core Authentication cookie?

How do I store and retrieve credentials from the Windows Vault credential manager?

How to generate a good salt - Is my function secure enough?

php security salt

PHP API Key Generator

How can I construct a java.security.PublicKey object from a base64 encoded string?

java security rsa

How do I grant read access for a user to a database in SQL Server?

What is the most secure method for uploading a file?

php security file-upload

What's the best way to defend against a path traversal attack?

Writing Secure C and Secure C Idioms

Are certificates useful for intranet SSL?

SAML simple example for beginners

How do I serve up an Unauthorized page when a user is not in the Authorized Roles?

c# asp.net-mvc security roles

Is it possible to XSS exploit JSON responses with proper JavaScript string escaping

Is filter_var a good way to go?

php security

Is it OK to return a HTTP 401 for a non existent resource instead of 404 to prevent information disclosure?