Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in crypt

Correctly using crypt() with SHA512 in PHP

How to get same crypt(3) function in Mac OS X as Linux gcc/gnu crypt(3)? Linux gcc crypt(3) has MD5 and SHA512. Apple Gcc crypt(3) *only* uses DES

c linux macos md5 crypt

Rfc2898DeriveBytes in java

java crypt

Is it secure to store a PHP crypt() result in the db?

php security crypt

Is there a way to reverse a crypt() in c?

c hash crypt

Why shouldn't I use the 23rd character in a crypt() function's salt?

php encryption crypt

How to make Ubuntu's crypt(3) support Blowfish?

PHP crypt() returning wrong answer

php crypt

Exactly how do I use blowfish in PHP? [duplicate]

Python crypt module -- what's the correct use of salts?

undefined reference to `crypt'

Can an MD5 hash have ONLY numbers or ONLY letters in it?

hash md5 crypt

What is the output length of PHP crypt()? [closed]

php hash crypt

hash() vs. crypt() function comparison

php encryption hash crypt

Which hashing algorithm provides the longest output?

php hash crypt

What is the correct format for a blowfish salt using PHP's crypt?

php hash salt blowfish crypt

strcmp vs. == vs. === in PHP for checking hash equality

php string security bcrypt crypt

Crypt for password hashing. Blowfish produces weird output

How to create and store password hashes with Blowfish in PHP

Where 2x prefix are used in BCrypt?

php bcrypt crypt