Top "Aes" questions

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

Java 256-bit AES Password-Based Encryption

I need to implement 256 bit AES encryption, but all the examples I have found online use a "KeyGenerator" to generate …

java encryption cryptography passwords aes
Initial bytes incorrect after Java AES/CBC decryption

What's wrong with the following example? The problem is that the first part of the decrypted string is nonsense. However, …

java encryption aes
How to choose an AES encryption mode (CBC ECB CTR OCB CFB)?

Which of them are preferred in which circumstances? I'd like to see the list of evaluation crtieria for the various …

encryption aes
Using AES encryption in C#

I can't seem to find a nice clean example of using AES 128 bit encryption. Does anyone have some sample code?

c# cryptography aes rijndaelmanaged
Comparison of DES, Triple DES, AES, blowfish encryption for data

Does anyone have pros and cons together for comparing these encryption algorithms ?

aes blowfish des tripledes
PHP AES encrypt / decrypt

I found an example for en/decoding strings in PHP. At first it looks very good but it wont work :…

php encryption cryptography aes encryption-symmetric
Java AES and using my own Key

I want to encrypt a string using AES with my own key. But I'm having trouble with the bit length …

java key aes
Android encryption / decryption using AES

Is there a good example of how to encrypt and decrypt image and other files with AES on Android?

java android encryption aes
Javascript AES encryption

Is there a library available for AES 256-bits encryption in Javascript?

javascript encryption aes
What's the difference between SHA and AES encryption?

What's the difference between SHA and AES encryption?

encryption aes