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

learn more… | top users | synonyms

2
votes
3answers
47 views

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? The encryption cannot be salted as the encrypted values need to be generated again and compared in the ...
1
vote
0answers
18 views

AES password security using CryptoJS on client and Java's Cipher on server

I am trying to encrypt the password sent by the client side using Javascript's CryptoJS and decrypt it on the server side using Java's Cipher class. On Client Side : <html> <body> ...
0
votes
2answers
33 views

Invalid AES key size after RSA decryption

I am trying to decrypt a message that has been encrypted using AES-128 Symmetric encryption and then RSA-1024 Asymmetric encryption on the generated symmetric key. I receive the encrypted AES key and ...
1
vote
1answer
44 views

AES Encryption Error: Padding is invalid and cannot be removed

Can anyone help me on the below code, error is padding is invalid and cannot be removed. I am searching all over SO and applied all their suggestions, but still padding is invalid. I am using NET-2.0 ...
2
votes
2answers
29 views

algorithm - Is the RijndaelManaged Class in C# equivalent to AES encryption?

I am asking this question to confirm whether the RijndaelManaged class in C# is equivalent to AES encryption. From what I have been reading, RijndaelManaged was the algorithm of choice to implement ...
4
votes
3answers
91 views

Protecting crypto keys in RAM?

is there any way to protect encryption keys that are being stored in RAM from a freezer attack? (Sticking the computer in a freezer before rebooting malicious code to access the contents of RAM) This ...
2
votes
1answer
65 views

increase performance of AES in java

using encryption library in java is not stable in speed the first round take a lot time than the others and after some time the time needed to perform encryption is stable why is this and how to ...
0
votes
0answers
28 views

Interop Encryption/Decryption between Java/Net with AES and specifying IV and Key

I am trying to implement symmetric encryption using AES where I specify a key and IV. Within each ecosystem (Java -> Java / .NET -> .NET) encryption and decryption works as designed, but if I try to ...
0
votes
1answer
55 views

AES Performance in java

Why the first call of of encryption take hundred time of the second one byte[] key = //... secret sequence of bytes byte[] dataToSend = ... Here's my encryption method: public static byte[] ...
-1
votes
1answer
45 views

how source code to combine plaintext + key into ciphertext + key in java using aes algorithm? [closed]

how source code to combine plaintext + key into ciphertext + key in java using aes algorithm? I'm developing an sms application with a security system using cryptographic algorithm aes. but I get the ...
0
votes
1answer
18 views

PHP AES 128 bit CBC Encryption gives a size warning

i am using the AES ALgo with 128 bit with CBC cipher mode encryption, below is the code: $cc = 'my secret text'; $key = '3aa22e01c04c7059778c54d122b0273689fba00f4a166a66d15f7ba6a8ba8743'; $iv = ...
3
votes
1answer
47 views

AES algo - Decryption Issue

I have written code for AES decryption, but did not have any success. My AES algo class is here. http://pastebin.com/QtpFnW84 and implementation is : String Masterkey = ...
0
votes
0answers
11 views

AesManaged default key size / block size [duplicate]

Can someone please let me know what the default key size/ block size is in AesManaged class? I looked through the docs but couldn't find this info : ...
0
votes
2answers
46 views

AES 128 encryption/decryption using Random salt and Initialization vector

Is it possible to encrypt/decrypt a value using AES 128, base 64 decoding, random salt and initialization vector? If so can someone share me the useful links.
0
votes
1answer
44 views

Ruby AES encryption

I am migrating a webservice/database written in Microsoft .net framework to ruby. I am stuck at the password encryption part because I can't replicate the encryption on ruby side. Here's the code that ...
0
votes
1answer
20 views

Obtaining an AES “salt” from the encrypted text and the unencrypted text

So, I'm experimenting a bit with secure python programming if there is such a thing :D). This is half a real world project, and half just a training exercise. So both theory and practical advice is ...
1
vote
2answers
28 views

error with using intel aes API

I am using eclipse CDT in ubuntu OS. I have an API (Intel-Aes NI) that I am working on. I had run the shell file (mk_lnx64_all.sh) to build the API and get the library(.a file). The library file ...
-1
votes
0answers
20 views

Encryption of game level file: Subject to Export Controls? [closed]

Title says (asks) it all. I would like to use AES to encrypt my game level files going into the bundle. Of course the app itself must decrypt the file before reading. In few cases the app will be ...
0
votes
1answer
20 views

AES Cookie Data randomly not decryptable

I'm having a problem when writing and parsing some DATA out of stored cookies. Here are my crypt and decrypt functions (which I have found in another topic here). function decrypt($crypttext){ ...
0
votes
1answer
82 views

implementing bouncy castle aes 256

I am working on a chat application. The main feature is to send messages in encrypted form and when they reach their destination they can be decrypted. The problem I am having is that the messages are ...
0
votes
1answer
18 views

Converting Encoded byte[] to a printable string

I am encoding strings using C#'s Rijndael AES encryption. I generate a key and an IV, and use them to encode strings and values that I can then save to disk (I am using Unity3D's playerprefs). The ...
1
vote
0answers
18 views

Does Adobe AIR Encrypted SQLite Database access or use the encryption in Apple iOS?

We are submitting an update of our Adobe AIR created app to the Apple App Store. We wish to change our encryption status. The app was created using AIR 3.7 and uses several Encrypted SQLite Databases ...
0
votes
3answers
61 views

What's wrong with my AES encryption function in C#? Why does it return zero length data?

public static byte[] AES_Encrypt(byte[] data, string[] aes_key) { var aes = new RijndaelManaged(); aes.KeySize = 256; aes.BlockSize = 256; aes.Padding = PaddingMode.PKCS7; aes.Key ...
1
vote
0answers
63 views

android AES authentication on mifare desfire ev1

I have problem with Mifare DESFire EV1 AES authentication. Please look at my communication flow: mifare desfire aes authentication flow: -> 90 5A 00 00 03 10 10 10 00 (select app, appId 10 10 10) ...
1
vote
2answers
47 views

Incorrect results when decrypting AES on Android

I have a Django view which is called from an Android app. This view returns data encrypted using AES-256 and encoded in base64. The app then needs to decode and decrypt data, but when decrypting it ...
0
votes
1answer
47 views

AES encryption, what is better Javascript or Php [closed]

What is more secure for a web application to implement an AES Encryption in PHP or Javascript ? I am more comfortable with PHP and I want to use a symmetric algorithm for a simple form where a user ...
0
votes
1answer
36 views

Determining whether a column is an encryption key or plain text

We have a column of type varchar(25) in a SQL Server table that mistakenly had plain text values inserted when they should have been encrypted with AES. We are going to remove the plain text values ...
0
votes
1answer
40 views

Does an AES encrypted string include | (pipe)?

I'm using .NET's RijndaelManaged class to encrypt and decrypt strings. 3 different strings are first encrypted and then concatenated, separated by a pipe (|), and then this string is saved back to the ...
-1
votes
1answer
41 views

CryptoJS AES Code Equivalent to c# code

Below is a working c# Cryptography Code. Included namespace reference using System.Web.Script.Serialization; using System.Security.Cryptography; using System.Text; C# code to encode json format ...
1
vote
0answers
58 views

Adding an encryption method?

Encryption is a topic that I have literally no experience with whatsoever until I actually learn about it at University next year (excluding basic knowledge of simple cyphers). I'll hopefully ...
-3
votes
0answers
44 views

How can I convert this code to use AES instead of DES? [closed]

I'd like to convert this code to use AES. The code is used to encrypt an object that is stored to a file. Any suggestions (code examples) of how I can go about it? byte key[] = "somePass".getBytes(); ...
-2
votes
1answer
38 views

Secure file wiping by multiple encryptions and file delete [closed]

I am wanting to securely wipe a file - of any type or format - obviously the File.Delete command in C# is no where near safe enough. I seem to recall a post here (I can't find it again though!) that ...
0
votes
1answer
40 views

sha1_process macro evaluates to value?

I'm digging into sha1.c and md5.c from author Christophe Devine in order to implement AES encryption over the WWW. Presumably the files are the same on the test server and client. However, our ...
2
votes
1answer
66 views

base64 Encoded String is way too long iOS [closed]

I am encrypting images using AESCrypt and converting them to NSString, so people can easily share them.. The problem is that text is too long. An Encrypted 19Kb image took minutes to copy. Is there a ...
0
votes
0answers
5 views

libgcrypt benchmark: unable to find the arguments being passed

I am using libgcrypt 1.5.2 API for AES construction and I needed benchmarking results for the different algorithms that libgcrypt supports. I saw that there is an inbuilt benchmark.c file in the API. ...
0
votes
0answers
48 views

Playing AES encrypted streams in Android MediaPlayer?

I am trying to stream AES encrypted HLS content in the Android MediaPlayer, however the content never loads. The path to the .m3u8 file (hosted on akamai) includes extra parameters in the url (for ...
0
votes
0answers
40 views

Implementing AES, DES and Triple DES VB.net

I have a project to make that involves encrypting and decrypting a text file using AES, DES and Triple DES. But as far as I think, I only succeded in implementing AES. Can you please help me? I'm a ...
-3
votes
1answer
41 views

AES Cpu Consumption: What's cheaper? To encrypt/decrypt 1024 bytes in AES-256 or 512 in AES-128 and 512 in AES-256

I am trying to figure out if it is worth using differential privacy on some data that I need to secure. So what is less CPU intensive? Encrypt the whole data in AES-256 or encrypt parts of it in ...
2
votes
2answers
68 views

Output block size with AES

I'm trying to use the Racket Crypto library to encrypt blocks of 16 bytes with a 16-byte key. I'm expecting to have a 16-bytes output block but I get a 32-byte one. A 15-byte input block give a 16-bit ...
4
votes
3answers
172 views

PBEWITHSHA256AND128BITAES-CBC-BC creating java.security.NoSuchAlgorithmException on RedHat 6.4

We have an application that uses Bouncy Castle to encrypt data using PBEWITHSHA256AND128BITAES-CBC-BC algoritm. It works fine on Unbuntu running OpenJDK 1.7. But when when we move it to RedHat 6.4 ...
0
votes
1answer
51 views

Padding issue with AES Encryption in .NET [duplicate]

I started out by using ECB because I heard that it was the easiest to begin with so I created a console application that accepted input to encrypt and then would decrypt it and output both the ...
0
votes
1answer
27 views

how to use libtomcrypt API in C and perform benchmark tests on it

I have downloaded libtomcrypt API and wanted to perform benchmark testing for AES algorithm. What I have done is created a source file and included tomcrypt.h header. Then I wrote the code for testing ...
0
votes
1answer
39 views

CF10 AES encrypt java.lang.String cannot be cast to [B error when storing data

Using CF10 AES-256 (AES/CBC/PKCS5Padding algorithm) I'm trying to store the encrypted string in a MySQL column (BLOB) and getting this error: java.lang.String cannot be cast to [B I've tried the ...
0
votes
1answer
59 views

Fatal error: Call to undefined function sqlite_escape_string() in PHP

Hi guys I need help for SQLite - sqlite_escape_string() in PHP. Here is a Code: <?php require_once('AES/AES_Encryption.php'); require_once('AES/padCrypt.php'); $database = new ...
0
votes
1answer
23 views

aes_decryption don't work in phpmyadmin

I have one table in mysql database: CREATE TABLE IF NOT EXISTS `t` ( `q` varchar(257) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; I added two values to it - one is through mysql-console and ...
2
votes
1answer
76 views

AES256 vs 3DES 256 key detection

How would I be able to determine the encryption of a key (AES256 or 3DES 256)...Since both keys will be 32 characters (8 bits per char * 32 char)=256 bits and Mime encoded. Example ...
0
votes
2answers
46 views

No Padding gives Length of the data to encrypt is invalid exception [closed]

I am getting an exception that "Length of the data to encrypt is invalid." I understand that this is because the length of my input data is not a multiple of the block size. I am still new to this ...
-1
votes
1answer
46 views

JAVA AES 256 & Public Key Encryption [closed]

One of our customers requires us to encrypt a message return from our web service using AES 256 & Public Key Encryption Server Side (web service) is java based. Client side could be java or .Net. ...
0
votes
1answer
58 views

javax.crypto.BadPaddingException in clojure file encryption program

First, let me say I am very new to clojure, and has been some time since I did a great deal with java or the jvm too. I am getting a javax.crypto.BadPaddingException when I try to decrypt a file that ...
5
votes
1answer
117 views

AES counter mode - encryption library has hard-coded its initialization vector

My department at work is required by the powers that be to use an encryption library written by another department, the problem being that the encryption library has hard-coded its AES counter mode ...

1 2 3 4 5 34