How to encrypt a data using symbian C++, so that i can decrypt the same data using java
Thanks Sunil
How to encrypt a data using symbian C++, so that i can decrypt the same data using java
Thanks Sunil
You should be able to use any algorithm - it's just that the encoding will be written in C++ and the decoding in Java.
you can use a common encryption algorithm like Base64. which is available in both Symbian and Java. In Symbian, TImCodecB64 can be used for Base64 encryption.