Top "Aes" questions

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

Generating random IV for AES in Java

I'm implementing and AES encryption engine for PBE in android, and I've found two ways to implement the creation of …

java cryptography aes initialization-vector
AES encryption using Java and decryption using Javascript

I am making an application which needs Java based AES Encryption and JavaScript based decryption. I am using the following …

java javascript encryption aes cryptojs
How to encrypt in VBScript using AES?

I am looking to encrypt some data using Rijndael/AES in VBScript using a specific key and IV value. Are …

asp-classic vbscript aes rijndael rfc2898
Database column encryption postgres

How to encrypt column in postgres database using pgcrypto addon ? I am using postgres 9.3 and i need to encrypt one …

database postgresql encryption aes pgcrypto
File Encryption/Decryption with AES using linux

I'm using openwrt linux distribution and I want to encrypt a file using AES. How can I do that quickly …

linux encryption aes openwrt
java aes 256 java.security.InvalidKeyException: Illegal key size after installation the policy

i have a problem with the encrypt of the bytes with an AES 256 key. I already installed the policy. Here's …

java encryption aes sha256
How to securely handle AES “Key” and “IV” values

If I use AES (System.Security.Cryptography) to simply encrypt and decrypt blob or memo fields in a SQL server, …

c# .net encryption cryptography aes
Java PBEWithMD5AndDES

I am using password based encryption. My initial thought was to use AES to encrypt the file which contains passwords. …

java encryption aes des
How can I encrypt and decrypt using AES 128 without an IV?

I'm currently needing a way to encrypt a string and decrypt a byte array using AES-128 symmetrical encryption, in C#. …

c# encryption aes rijndael
generating AES 256 bit key value

Does anyone know of a way to get a 256 bit key value generated from a pass phrase of any length? …

c# hash aes encryption-symmetric