Hi All,
My webapp works on my notebook and can handle encryption/decryption
with higher strength keys.
This is possible because I have downloaded the Java Cryptography
Extension (JCE) Unlimited Strength Jurisdiction Policy Files. And
installed these Policy Files in my notebook.
Unluckily GAE seems to have the default policy setting of Java, and
not capable of handling encryption/decryption with higher strength
keys.
The max allowed key length is only 128 with transformation shown
below.
int keyLenght = Cipher.getMaxAllowedKeyLength("AES/CBC/PKCS5Padding");
I am trying to cross over from C# to Java. My program is ready but
can't figure out how to change encryption policy of GAE.
Anyone has a solution to this issue?
Regards,
GoSharpLite
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---