Encryption of data in j2me
Hi ,
I am trying to implement encryption in j2me . I have used the code snippet given in the below link
[url]http://www.developer.nokia.com/Community/Wiki/Encrypting_and_decrypting_in_Java_ME[/url]
I executed the code and could encrypt the data by using DES algorithm as mentioned in the code .
The actual problem is that wen i increase the key length , it gives me
java.security.InvalidKeyException .
Let me know if anyone knows the reason , also i am looking for a AES implementation .
Any code snippets will be appreciable.
Re: Encryption of data in j2me
See you might get some hints from below based URL
[url]http://www.itcsolutions.eu/2010/12/28/how-to-encrypt-decrypt-with-aes-from-bouncy-castle-api-in-j2me-applications/[/url]