Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

How to test Keycloak authentication in Spring Boot application?

Obscuring network proxy password in plain text files on Linux/UNIX-likes

linux security unix proxy apt

client's website was attacked, eeek!

javascript security

Store Encrypted Username Hash in Database

database security

Securing communication from android to a web service

What security measures should be taken when creating "change your password" functionality?

Saml Authentication Request Protocol Id

Securing and/or encrypting (hiding) POST variables in a jQuery ajax request

php javascript jquery security

Spring Security OAuth 2.0 - client secret always required for authorization code grant

Is it safe to store a sensitive data in Local Stoarge or session storage? Localstorage allows to any attacks for sensitive data

Can cookies be copied between machines to impersonate a user?

Challenge: maximize cost of obfuscation's reverse engineering

php security obfuscation

Security considerations when creating a mobile app using PhoneGap

security cordova

How to crash the .NET common language runtime (CLR) in pure .net

.net security crash clr

Is it possible to "sandbox" arbitrary JavaScript to only operate on one <div> and not the whole document?

javascript security

C++/OpenSSL: Use root CA from buffer rather than file (SSL_CTX_load_verify_locations)

AES256 CBC + HMAC SHA256 ensuring confidentiality *and* authentication?

security cryptography hmac aes

Do canaries prevent return-into-libc and return-oriented programming attacks?

Android System App 101

android security

Is using a for-loop on submitted POST data in PHP safe?

php ajax security