Top "Aes" questions

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

When compressing and encrypting, should I compress first, or encrypt first?

If I were to AES-encrypt a file, and then ZLIB-compress it, would the compression be less efficient than if I …

encryption compression performance aes zlib
AES Encrypt in CryptoJS and decrypt in Coldfusion

We've got a Silent Login service written in Coldfusion9 that accepts encrypted strings from external systems and then decrypts based …

javascript encryption coldfusion aes cryptojs
Python AES encryption without extra module

Is it possible to encrypt/decrypt data with AES without installing extra modules? I need to send/receive data from …

python aes python-3.4
c# AES Decryption

I am working with SagePay Forms and currently converting the VB examples they have to c#. I have made good …

c# encryption aes opayo
C++ AES Encryption Class

I need AES encryption for my C++ project. But i don't have the time to study the more popular and …

c++ encryption cryptography aes
How can I encrypt a string in JavaScript and decrypt that string in C#

I've seen this question asked before, though in these cases the poster wanted to encrypt something (usually a url) on …

c# javascript encryption aes
Encrypt in java and Decrypt in C# For AES 256 bit

1.I have java function which encrypt xml file and return encrypted String. /// Java Class import java.security.Key; import javax.…

c# java encryption aes
Does AES (128 or 256) encryption expand the data? If so, by how much?

I would like to add AES encryption to a software product, but am concerned by increasing the size of the …

encryption compression aes
RijndaelManaged "Padding is invalid and cannot be removed" that only occurs when decrypting in production

I know other questions have been asked on this but none so far have provided a solution or are exactly …

.net cryptography aes encryption rijndaelmanaged
Padding Exception: Given final block not properly padded

I am trying to encrypt and decrypt my file in which all my passwords are stored using AES. The algorithm …

java encryption aes badpaddingexception