09-09-2010
201,
10
Join Date: Jul 2009
Last Activity: 24 December 2011, 7:16 AM EST
Location: /dev/random
Posts: 201
Thanks Given: 12
Thanked 10 Times in 8 Posts
JAVA AES keylength exception
I am developing a JAVA application that must encrypt its data. On my development machine, I can use a 256 bit key with no problem. A test machine throws an exception complaining about an illegal key length. The test machine is using JRE 1.6u21. Does anyone know where I can get a version of the JRE that supports the 256 bit keys?