Top "Cryptography" questions

CRYPTOGRAPHY MUST BE PROGRAMMING RELATED.

Encrypt and decrypt a string in C#?

How can I encrypt and decrypt a string in C#?

c# .net encryption mono cryptography
Java 256-bit AES Password-Based Encryption

I need to implement 256 bit AES encryption, but all the examples I have found online use a "KeyGenerator" to generate …

java encryption cryptography passwords aes
How do you Encrypt and Decrypt a PHP String?

What I mean is: Original String + Salt or Key --> Encrypted String Encrypted String + Salt or Key --> …

php security encryption cryptography encryption-symmetric
Is it possible to decrypt MD5 hashes?

Someone told me that he has seen software systems that: retrieve MD5 encrypted passwords from other systems; decrypt the encrypted …

hash cryptography md5 encryption
How do you use bcrypt for hashing passwords in PHP?

Every now and then I hear the advice "Use bcrypt for storing passwords in PHP, bcrypt rules". But what is …

php passwords cryptography password-protection bcrypt
Using AES encryption in C#

I can't seem to find a nice clean example of using AES 128 bit encryption. Does anyone have some sample code?

c# cryptography aes rijndaelmanaged
How to hash some string with sha256 in Java?

How can I hash some string with sha256 in Java? Does anybody know of any free library for this?

java cryptography sha256 cryptographic-hash-function
What data type to use for hashed password field and what length?

I'm not sure how password hashing works (will be implementing it later), but need to create database schema now. I'm …

mysql hash types passwords cryptography
Failed to install Python Cryptography package with PIP and setup.py

When I try to install the Cryptography package for Python through either pip install cryptography or by downloading the package …

python cryptography pip
Why does SSL handshake give 'Could not generate DH keypair' exception?

When I make an SSL connection with some IRC servers (but not others - presumably due to the server's preferred …

java ssl cryptography diffie-hellman