Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Encrypt / Decrypt in Silverlight RSS

13 replies

Last post May 19, 2010 07:13 PM by George Marsack

(0)
  • hwsoderlund

    hwsoderlund

    Member

    429 Points

    123 Posts

    Re: Encrypt / Decrypt in Silverlight

    May 16, 2009 09:15 PM | LINK

    You could try using Rijndael, but I'm not sure if that is available in Silverlight.

     http://msdn.microsoft.com/en-us/library/system.security.cryptography.rijndael(VS.80).aspx

  • zamzam

    zamzam

    Member

    14 Points

    13 Posts

    Re: Re: Encrypt / Decrypt in Silverlight

    Apr 23, 2010 07:51 PM | LINK

    Thanks a lot [:)]

  • hug

    hug

    Member

    2 Points

    2 Posts

    Re: Re: Re: Encrypt / Decrypt in Silverlight

    May 11, 2010 04:28 AM | LINK

     Hello guys. I see it's nice way. But could u find it security. It contains open key at code. So we can easily view SL assembly and get this key... May be the better solution is getting key by wcf over https?

  • George Marsack

    George Marsack

    Member

    2 Points

    1 Post

    Re: Encrypt / Decrypt in Silverlight

    May 19, 2010 07:13 PM | LINK

    You are the man Bigsby! Just saved me a ton of time and this code works exactly as stated. I love it when good developers post "working" code that others can use. Wonderful! Gold star developer!