Stories recently tagged with 'RSA'

A Cryptography Primer, Part Four (final)(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 9 months ago

I finished up the .NET programmers cryptography primer. Part four is about asymmetric cryptography. I go over using RSA to encrypt/decrypt and generate signatures. The post also covers the obscure and hard to understand at first "Key Container" and how it works. read more...

1 comment |category: |Views: 27

tags: another

Exchange data securly with a WebService without HTTPS/SSL(codeproject.com)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years, 1 month ago

In this article shows you how to exchange data securely with a Web Service without HTTPS/SSL. It also provides real life example on the implementation and limitation on the important encryption types as well as Digital Signature that are available in .NET Framework. read more...

1 comment |category: |Views: 63

tags: another