MD5 in symbian
| Mon, 2005-06-27 08:42 | |
|
Hi readers, I will be glad to hear the usage of MsgDigest API. I am coding Message digest for Outgoing Messages (Instant Messages). I want to know what is the relation between the MD5 hash algorotam and the MsgDigest API. can i use this API for MD5 digest . Please explain with example. early answer is appriciated. Hope any one tell me is there any thing in symbian which supports the MD5 algoritam ![]() Regards ![]() SymbianSip SIPsymbian |
|








Forum posts: 5
I too am looking for Symbian APIs for algorithms like MD5- SHA1. But, it seems these are internal APIs.
May be I am missing something.
Hoping for some reply.
Thanx and Regards,
Forum posts: 235
anyways,
MD5 is broken. Use SHA-1.
http://www.chroder.com/archives/2004/08/20/md5-broken/
Forum posts: 5
Thanx.
So, now I am left with options for either porting some algorithms to Symbian or have my own implementation for these.
I am working on implementation for a system, that could encrypt payloads for peer to peer message communication. Somewhat, similar to IPsec implementation for applications, that are system aware ( i.e. they participate in security association).
It would also work fine for me, if I could get a 3rd party support like VPN client support from Nokia, and could use my application to set security parameters( like encryption algorithms) for IPsec.
Thanx in advance for any pointers in these reagrds.
Rgds,
Forum posts: 239
I am looking for symbian API based on any asymmetric algorithm.
Please do reply
Regards
---------------
Bhatt Kavita
Forum posts: 235
RSA and encryption based on Elliptical curve cryptography, out of which RSA implementation is provided by symbian.
But this is also private.
there are third party vendors who provide libraries for the ECC implementation for small handheld devices.
anyways...
Implementation os symmetric encryption algorithm AES can be found at...
http://newlc.com/article.php3?id_article=842&var_recherche=AES
Forum posts: 239
The link which u have given me.
IS this is of third party.
If I wants to implement RSA then which libraries do i need.
which API could implemented RSA algo.
Help Please
---------------
Bhatt Kavita
Forum posts: 235
there are few free source codes for RSA in java and C++. you'll need to port them to Symbian.
Forum posts: 239
Can u help me bit more..
What symbian API do I need for this.
Help
---------------
Bhatt Kavita
Forum posts: 235
C++ and java source code available at...
http://www.laynetworks.com/RSA%20ALGORITHM.htm
Forum posts: 239
It helps me lot
Thanks again
---------------
Bhatt Kavita
Forum posts: 239
can't delete
A bouquet of thanks to u
It helps me lot
Thanks again
---------------
Bhatt Kavita