Search code examples
How secure is encryption for passwords with crypt() in PHP?...


phpencryptionpassword-protectioncrypt

Read More
What am I doing wrong with this crypt()-based bcrypt authentication?...


phpbcryptcrypt

Read More
"error: linker command failed with exit code" for using crypt function...


cencryptioncrypt

Read More
python, get encrypted user password from shadow...


pythoncryptpwd

Read More
Can you convert the output of php crypt() to valid MD5?...


phphashcryptographymd5crypt

Read More
hash() vs. crypt() function comparison...


phpencryptionhashcrypt

Read More
PHP password function...


phpsecurityhashpasswordscrypt

Read More
Why is crypt() generating different results?...


phpencryptionpasswordsblowfishcrypt

Read More
PHP Password Protect form needs password entered twice before working...


phpsetcookiecrypt

Read More
Hashing: PHP Crypt() not working correctly...


phpzend-frameworkhashcrypt

Read More
to use CRYPT_BLOWFISH on php 5.2 that doesn't support it...


phpblowfishcryptphp-5.2

Read More
Using base64_encode when using PHP's crypt() function...


phphashbcryptcryptpassword-encryption

Read More
Bycript/Blowfish and Salts with existing auth system...


phpauthenticationblowfishbcryptcrypt

Read More
How does PHP's crypt function work internally?...


phphashcrypt

Read More
Generate cross-platform compatible Blowfish hash (PHP/Ruby)...


phprubyblowfishcrypt

Read More
Just switched encryption to "crypt" using PHP but now any password works...


phpmysqlcrypt

Read More
Why does crypt/blowfish generate the same hash with two different salts?...


phphashsalt-cryptographyblowfishcrypt

Read More
PHP: Minify crypted value...


phpencryptioncrypt

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


phpsecuritycrypt

Read More
Best practice for a simple encryption class. Am I using crypt and mcrypt well?...


phpencryptionhashmcryptcrypt

Read More
PHP Bcrypt hashing...


phphashpearblowfishcrypt

Read More
different encryptions with crypt. what format should the salt be etc...


phpencryptionhashsalt-cryptographycrypt

Read More
Perl crypt seemingly not working...


perlcrypt

Read More
if-statement doesnt work while crypt...


phpmysqlif-statementcrypt

Read More
PHP: crypt() function returns same string if base string has only slight variation...


phpcrypt

Read More
Rails form_for password_field return type...


ruby-on-railsrubyform-forcrypt

Read More
The most safe user login system...


phpsecurityhashsystemcrypt

Read More
Alternative to crypt()...


phpcrypt

Read More
How are Crypt and Salt more secure than MD5 against a brute force attack?...


phpmd5crypt

Read More
Why should't I use an encryption salt I enter myself and use a function to randomize a salt for ...


encryptionsalt-cryptographyshacryptsha512

Read More
BackNext