Link to home
Start Free TrialLog in
Avatar of Dahai528
Dahai528

asked on

AES Java Implementation?

Hello, Mr. Expert:
I'm looking for some completed AES crypto JAVA Implementation Class or Source code. Is there anyone know about that?
I'm trying to use 256bits key to encrypt 128 bits plain text to 128 bits Cipher text with AES Algorithm.
Please Give me some indeas?
Thank you very much!!
-dahai
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dahai528

ASKER

I checked All of above links already.
Sun's AES Class can't support 256 bits key.
islab's AES only can encrypt the same size of cipher text as key's size. (for example: key's size is 256bits, plain text's size is 128 bits, cipher text's size is 256 bits. actually I want cipher text's size is 128 bits as well).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My opinion is that points should be split between me and CodingExperts