Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

Android SharedPreference security

Should JWT be stored in localStorage or cookie? [duplicate]

How can pass the value of a variable to the standard input of a command?

security bash stdin

Disable cross domain web security in Firefox

How to securely store access token and secret in Android?

How does this giant regex work?

Encrypt Password in Configuration Files? [closed]

hash function in Python 3.3 returns different results between sessions

Is there any way to put malicious code into a regular expression?

regex security

OAuth secrets in mobile apps

How do API Keys and Secret Keys work? Would it be secure if I have to pass my API and secret keys to another application?

Is using an outdated C compiler a security risk?

c security gcc

Android Game Keeps Getting Hacked [closed]

Why is it not advisable to have the database and web server on the same machine?

How do Google+ +1 widgets break out of their iframe?

Can I protect against SQL injection by escaping single-quote and surrounding user input with single-quotes?

Google Authenticator available as a public service?

PHP Session Fixation / Hijacking

How to hash a password

Why is this code vulnerable to buffer overflow attacks?

c security buffer-overflow