Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

Disable browser 'Save Password' functionality

If you can decode JWT, how are they secure?

security jwt express-jwt

How to create .pfx file from certificate and private key?

Best way to store password in database [closed]

database security passwords

Fundamental difference between Hashing and Encryption algorithms

What is the best way to implement "remember me" for a website? [closed]

What is token-based authentication?

Why is using the JavaScript eval function a bad idea?

javascript security eval

JWT (JSON Web Token) automatic prolongation of expiration

security authentication jwt

What is the difference between Integrated Security = True and Integrated Security = SSPI?

Authentication versus Authorization

SecurityError: Blocked a frame with origin from accessing a cross-origin frame

Are PDO prepared statements sufficient to prevent SQL injection?

php security pdo sql-injection

How can bcrypt have built-in salts?

security hash internals bcrypt

Are HTTPS headers encrypted?

SQL injection that gets around mysql_real_escape_string()

Why Does OAuth v2 Have Both Access and Refresh Tokens?

How to avoid reverse engineering of an APK file

Best Practices for securing a REST API / web service [closed]

How does the SQL injection from the "Bobby Tables" XKCD comic work?