Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

What are the security effects of giving the IIS_IUSRS a Full Control permission?

Update of System.IdentityModel.Tokens.Jwt causing breaking change in IdentityServer3 Client

c# security identityserver3

Storing Credit Card Information

security credit-card

How to store and load keys using java.security.KeyStore class

java security

How safe are client SSL certificates in a mobile app?

How easily can you guess a GUID that might be generated?

security session guid

Is it possible to restrict the scope of a javascript function?

javascript security

Can I stop the "this website does not supply identity information" message

security https

Symfony2 extending DefaultAuthenticationSuccessHandler

How to upgrade a password storage scheme (change hashing-algorithm)

Forcing Tomcat to use secure JSESSIONID cookie over http

CouchDB Authorization on a Per-Database Basis

security couchdb

owin oauth send additional parameters

CodeIgniter - why use xss_clean

Which PHP mcrypt cipher is safest?

php security encryption mcrypt

How to secure Jetty to only allow access from loopback(localhost)

security jetty localhost

How to encrypt JWT security token?

c# security wif jwt

Does it make security sense to hash password on client end

security client-side

Should I trim spaces in a password field

security passwords trim

Why does JPasswordField.getPassword() create a String with the password in it?

java security swing passwords