A type of encryption where the same key is used to encrypt and decrypt the message.
I'm writing a piece of code to encrypt a text using symmetric encryption. But it's not coming back with the …
python cryptography aes encryption-symmetric pycryptoI wrote this code in C# to encrypt a string with a key: private static int Bin2Dec(string num) { …
c# encryption encryption-symmetricI am looking for something more sophisticated than ROT13, but which does not require a library (preferablly not even a …
delphi delphi-xe2 encryption-symmetricDoes anyone know of a way to get a 256 bit key value generated from a pass phrase of any length? …
c# hash aes encryption-symmetricI understand that through SSL, the browser gets the public key of the secured website and through public key encryption …
ssl cryptography rsa public-key-encryption encryption-symmetricI've got a buffer, in which i'm adding some plain text. I want to use openssl AES encryption to encrypt …
c++ openssl aes encryption-symmetricWe are looking to do some heavy security requirements on our project, and we need to do a lot of …
performance encryption encryption-symmetric encryption-asymmetricI am trying to make sense of how to handle and manage an initilization vector and salt (when applicable) when …
c# encryption cryptography encryption-symmetricI'm trying to encrypt some (cookie) data in C# and then decrypt it in PHP. I have chosen to use …
c# php cookies encryption encryption-symmetricI am looking to apply SQL column level encryption using symmetric keys. The initial steps needed to create the Database …
sql-server sql-server-2008 encryption-symmetric aes