Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

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?

How can I sanitize user input with PHP?

Secure hash and salt for PHP passwords

How should I ethically approach user password storage for later plaintext retrieval?

How can I prevent SQL injection in PHP?