Top "Aes" questions

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

Why does my AES Cipher throw an InvalidKeyException on init of DECRYPT_MODE

Why would this init succeed: Cipher AESCipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); AESCipher.init(Cipher.ENCRYPT_MODE, secretKey, secRandom); …

java encryption aes secret-key initialization-vector
How to decrypt password from JavaScript CryptoJS.AES.encrypt(password, passphrase) in Python

I have a password which is encrypt from JavaScript via var password = 'sample' var passphrase ='sample_passphrase' CryptoJS.AES.encrypt(…

javascript python aes pycrypto cryptojs
How to decompress an AES-256 encrypted Zip file?

I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip …

iphone objective-c compression aes winzip
How to make Ruby AES-256-CBC and PHP MCRYPT_RIJNDAEL_128 play well together

I'm generating data to send from a Ruby stack to a PHP stack. I'm using the OpenSSL::Cipher library on …

php ruby openssl mcrypt aes
Java AES CTR IV and counter

I have tried to find the answer by myself looking here and searching elsewhere for quite a while, but I …

java encryption aes initialization-vector
BadPaddingException when decrypting AES with the same key

This is the tester: public class CryptographySimpleTests extends ActivityTestCase { public void testsCryptographyClass_encryptAndDecrypt() { final String orgVal = "hi world! :D"; final …

java android aes badpaddingexception
Does iPhone support hardware-accelerated AES Encryption?

I could find references to "hardware-accelerated AES encryption" on an iPhone/iPad. But the APIs that I could find to …

ios aes hardware-acceleration cryptography
Encrypt with PHP Mcrypt and Decrypt with MySQL aes_decrypt?

Is it possible to Encrypt data with PHP mcrypt and decrypt it in the database with MySQL AES_DECRYPT? At …

php mysql encryption aes rijndael
Encrypt binary data with aes-ecb on node.js

I try to do crypto on node.js but badly I fail to have the same result than online sites. …

node.js encryption aes ecb
When To Check the "This Application Uses Encryption" Box?

When submitting or updating an app, one question you are faced with is: Have you added or made changes to …

ios encryption https aes commoncrypto