1

I am developing simple app for S60 3rd Edition FP2 platform and as per current requirement i would like to perform Encryption (custom key based) at client end (i.e in my Symbian S60 based application) and Decryption at server end (definitely using the same key) (i.e C#.Net/VB.Net)

On Symbian platform i have tried AES using CPaddingSSLv3, DES using CPaddingPKCS7 and able to encrypt and decry pt on symbian platform, but as per my requirement i need to perform decryption at server end (i.e using C#.Net/VB.Net)

Is there any specific Encryption and padding combination which will fulfill this requirement or any reference of document or pointer on this will helped...

user895935
  • 245
  • 3
  • 9
  • 1
    I am not familiar with Symbian, but just based on what you wrote I would concentrate on AES with CPaddingPKCS7 for maximum interoperability. You will also need to be extremely diligent in ensuring that the keys are exactly the same on each platform. – President James K. Polk May 07 '12 at 11:02

0 Answers0