Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

Found codes left by hacker but don't understand what it does

Does AWS CLI use SSL when uploading data into S3?

How to perform obfuscation of source code and protect source in electron js

Secure ways to reset password or to give old password

Base64 encoded data maximum size

.net security encoding base64

How to protect my source code when deployed?

php security deployment

How to continuously keep the number of bcrypt rounds relevant to the current year's hardware?

php security passwords bcrypt

How to use Python `secret` module to generate random integer?

Is it good practice to hide web server information in HTTP headers?

Android application must not run on rooted devices

android security root

Why use kerberos when you can do authentication and authorization through ldap? [closed]

When can you trust yourself to implement cryptography based solutions?

How bad is 3 as an RSA public exponent

security encryption rsa

How do I prevent SQL injection with ColdFusion

Should primary keys of MySQL tables be exposed?

mysql security

How to encrypt one message for multiple recipients?

Help to understand magic_quotes_gpc()

php security function manual

So is it safe to validate form on client-side only?

Is encrypting session id (or other authenticate value) in cookie useful at all?

Double hashing passwords - client & server