¡@

Home 

php Programming Glossary: cryptography

Are there any PHP implementations of scrypt? [closed]

http://stackoverflow.com/questions/10149554/are-there-any-php-implementations-of-scrypt

results because scrypt is such an overloaded term. php cryptography bcrypt pbkdf2 scrypt share improve this question After coming..

Encrypt in Javascript, decrypt in PHP, using public-key cryptography

http://stackoverflow.com/questions/12457234/encrypt-in-javascript-decrypt-in-php-using-public-key-cryptography

in Javascript decrypt in PHP using public key cryptography I'd like to encrypt in JavaScript decrypt in PHP using public.. to encrypt in JavaScript decrypt in PHP using public key cryptography. I've been trying to find libraries that can accomplish this..

How do you generate cryptographically secure random numbers with PHP? [duplicate]

http://stackoverflow.com/questions/1550947/how-do-you-generate-cryptographically-secure-random-numbers-with-php

of our application shell_exec is off the table. php cryptography random share improve this question what about uniqid docs..

Is this a good hashing password function in PHP? If not, why not?

http://stackoverflow.com/questions/16042128/is-this-a-good-hashing-password-function-in-php-if-not-why-not

0x3f while i count return output php security passwords cryptography password hash share improve this question The code that..

java equivalent to php's hmac-SHA1

http://stackoverflow.com/questions/1609899/java-equivalent-to-phps-hmac-sha1

key secret and test test do not seem to match. java php cryptography hmac share improve this question In fact they do agree...

How to save encrypted data in cookie (using php)?

http://stackoverflow.com/questions/173727/how-to-save-encrypted-data-in-cookie-using-php

encStr private decStr The constructor initializes the cryptography library @param salt string The encryption key @return void function..

How does this PHP nonce library work?

http://stackoverflow.com/questions/1795970/how-does-this-php-nonce-library-work

2 of ft_nonce_lib.php to use this library.' php hash cryptography share improve this question Wow DO NOT USE THIS LIBRARY...

Login without HTTPS, how to secure?

http://stackoverflow.com/questions/2336678/login-without-https-how-to-secure

revealing the password. php ajax security encryption cryptography share improve this question If HTTPS isn't available on..

tripledes encryption not yielding same results in PHP and C#

http://stackoverflow.com/questions/2467419/tripledes-encryption-not-yielding-same-results-in-php-and-c-sharp

base64_encode encrypted_data I don't know enough about cryptography to figure out why. Any ideas Thanks. c# php encryption share..

How can I vendorize bcrypt in a PHP application (and should I)?

http://stackoverflow.com/questions/3552464/how-can-i-vendorize-bcrypt-in-a-php-application-and-should-i

number of times The best advice when it comes to cryptography is don't roll your own. Repeated calls to sha1 or md5 may or..

Many hash iterations: append salt every time?

http://stackoverflow.com/questions/3559437/many-hash-iterations-append-salt-every-time

simply executing sha512 100 times php security passwords cryptography share improve this question In short Yes. Go with the first..

How to create and use nonces

http://stackoverflow.com/questions/4145531/how-to-create-and-use-nonces

way of setting up a nonce system php actionscript 3 cryptography nonce share improve this question It's actually quite easy..

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

http://stackoverflow.com/questions/461800/can-you-convert-the-output-of-php-crypt-to-valid-md5

from the hashes I have to ones like the above php hash cryptography md5 crypt share improve this question OK so maybe this answer..

Blowfish salt length for the Crypt() function?

http://stackoverflow.com/questions/4683350/blowfish-salt-length-for-the-crypt-function

the salt seems to be included in the hash . php passwords cryptography hash blowfish share improve this question Blowfish salts..

How do you use bcrypt for hashing passwords in PHP?

http://stackoverflow.com/questions/4795385/how-do-you-use-bcrypt-for-hashing-passwords-in-php

way hashing function. Could anyone explain php passwords cryptography password protection bcrypt share improve this question You..

Alternative to SSL - “Manual” Encryption?

http://stackoverflow.com/questions/6658557/alternative-to-ssl-manual-encryption

imply that you need some form of asymmetric public key cryptography to encrypt wrap the key with the server's public key so that.. first time that TLS has been successfully attacked on the cryptography level which is interesting and scary at the same time because..

Securely send a Plain Text password?

http://stackoverflow.com/questions/9934189/securely-send-a-plain-text-password

just have a static salt but I don't know enough about cryptography to assess the quality of that implementation. share improve..