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.