Top "Aes" questions

Advanced Encryption Standard (AES) is a cryptographic block cipher algorithm.

How to do AES decryption using OpenSSL

I'd like to use the OpenSSL library to decrypt some AES data. The code has access to the key. This …

c++ c openssl aes encryption
Java AES Encryption with salt

Alright, turns out I suck at Encryption/Decryption. I just dont get it. How can I make Java encrypt String …

java encryption aes salt
AES decryption padding with PKCS5 Python

I have been trying to implement AES CBC decryption in Python. Since the ciphered text is not a multiple of 16…

python aes pycrypto cbc-mode
OpenSSL encryption using .NET classes

I'm looking to create a class that uses the .NET libraries that is compatible with OpenSSL. I'm aware there is …

c# .net encryption openssl aes
PyCrypto problem using AES+CTR

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 pycrypto
What (pure) Python library to use for AES 256 encryption?

I am looking for a (preferably pure) python library to do AES 256 encryption and decryption. This library should support the …

python encryption aes
javax.crypto.IllegalBlockSizeException: last block incomplete in decryption - Decrypting an encrypted AES String

I am trying to decrypt the string "~9?8?m???=?T?G" that I receive from a back-end server which uses OpenSSL …

java encryption encoding character-encoding aes
Correct way to use php openssl_encrypt

I'm working with cryptography on a project and I need a little help on how to work with openssl_encrypt …

php encryption cryptography aes php-openssl
SQL Server 2008 Open Master Key error upon physical server change over

I copied a SQL Server database from one system to the next, identical setup, but completely different physical machine. I …

sql sql-server-2008 encryption aes
AES128 vs AES256 using bruteforce

I came across this: I don't understand how AES128 is stronger than AES256 in a brute force attack, or how …

encryption cryptography aes combinations brute-force