I have a mobile application generated by codename one, so it is going to work on all mobiles. Its a Client-Server application. I have to store credit card info and some other private info. I think for Encryption Rijndael would be the best. i have used MD5 before but now a days i think it is old
I don't know how to do that any help..?? How can i Encrypt the information on mobile app it self and then send that to server ..?? Or is there any other Encryption method better than Rijndael ..??
To user cryptographic algorithms in Codename One (hashing, encryption etc.) you can use the bouncy castle cn1lib: http://www.codenameone.com/blog/bouncy-castle-crypto-api
See the full list of 3rd party libraries for Codename One here.