MD5CryptoServiceProvider for Silverlight

October 23rd, 2008 by Mark Harris Leave a reply »

The Silverlight clr does not have a MD5  implementation so your on your own when it comes to “signing” calls to REST based web services, like Flickr. A quick google found a clean implementation written in managed code, targeting the compact framework. The managed MD5CryptoServiceProvider was created by GL Conseil/Flow Group SAS. It is available for download from their website, I have also made MD5CryptoServiceProvider Source file available for here for download.

Advertisement

1 comment

  1. That was inspiring,

    I downliaded the file and used it. and it worked absolutely fine

    Thanks for writing about it

    [Reply]

Leave a Reply