MD5 in symbian

Login to reply to this topic.
Mon, 2005-06-27 08:42
Joined: 2005-06-27
Forum posts: 2
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  Afro

Regards
Huh
SymbianSip

SIPsymbian


Wed, 2005-08-31 08:09
Joined: 2005-08-12
Forum posts: 5
Re: MD5 in symbian
hi,

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,

Smiley
Thu, 2005-09-01 08:14
Joined: 2004-09-06
Forum posts: 235
Re: MD5 in symbian
the APIs are private, and available only with the private SDK...

anyways,
MD5 is broken. Use SHA-1.
http://www.chroder.com/archives/2004/08/20/md5-broken/
Thu, 2005-09-01 10:53
Joined: 2005-08-12
Forum posts: 5
Re: MD5 in symbian
Hi,

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,
Smiley
Tue, 2005-09-06 12:21
Joined: 2004-12-23
Forum posts: 239
Re: MD5 in symbian
hi All

I am looking for symbian API based on any asymmetric algorithm.
Please do reply
Regards

---------------
Bhatt Kavita

Wed, 2005-09-07 02:00
Joined: 2004-09-06
Forum posts: 235
Re: MD5 in symbian
There are two asymmetric algorithm.

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
Thu, 2005-09-08 06:05
Joined: 2004-12-23
Forum posts: 239
Re: MD5 in symbian
Thanks Vinay,
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

Thu, 2005-09-08 07:47
Joined: 2004-09-06
Forum posts: 235
Re: MD5 in symbian
If you were to implement RSA. you'll just dont need any libraries. You'll have to write everything from scratch.

there are few free source codes for RSA in java and C++. you'll need to port them to Symbian.
Thu, 2005-09-08 10:33
Joined: 2004-12-23
Forum posts: 239
Re: MD5 in symbian
Thanks Vinay
Can u help me bit more..
What symbian API do I need for this.
Help

---------------
Bhatt Kavita

Fri, 2005-09-09 11:24
Joined: 2004-09-06
Forum posts: 235
Re: MD5 in symbian
you dont need any symbian API. Just require the algebraic operation like multiplication, division etc..

C++ and java source code available at...
http://www.laynetworks.com/RSA%20ALGORITHM.htm
Mon, 2005-09-12 10:59
Joined: 2004-12-23
Forum posts: 239
Re: MD5 in symbian
A bouquet of thanks to u
It helps me lot
Thanks again

---------------
Bhatt Kavita

Mon, 2005-09-12 11:00
Joined: 2004-12-23
Forum posts: 239
Re: MD5 in symbian
sorry for duplicate post
can't delete
A bouquet of thanks to u
It helps me lot
Thanks again

---------------
Bhatt Kavita

  • Login to reply to this topic.