Re: [iPhone] Encrypting data of an iPhone Application / Converting J2ME App functionality

2009-07-16 Thread Tharindu Madushanka
Hi, The Java application uses RC4 Encryption. Could some one help me to encrypt a String with CommonCrypto. I think we can use CCCrypt function to do this. Can anyone point some way. I have worked on below code to encrypt a string. But it did not seem to be working. - (NSString*)

Re: [iPhone] Encrypting data of an iPhone Application / Converting J2ME App functionality

2009-07-16 Thread Dave Camp
You might have better luck posting to the CDSA list (it's for crypto and security issues). Dave On Jul 16, 2009, at 3:13 AM, Tharindu Madushanka wrote: Hi, The Java application uses RC4 Encryption. Could some one help me to encrypt a String with CommonCrypto. I think we can use CCCrypt

[iPhone] Encrypting data of an iPhone Application / Converting J2ME App functionality

2009-07-15 Thread Tharindu Madushanka
Hi, I am still learning iPhone application development and I want to convert a J2ME trading client application to an iPhone SDK application. I have already developed an iPhone application that did not have any encryption published at Apple AppStore. I have good knowledge with J2ME so I could