Stories recently tagged with 'Cryptography'

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

A .NET Cryptography Primer, part 1(statestreetgang.net)

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

First in a series of blog posts geared towards .NET developers with not much experience in Cryptography, concentrating more on code than on theory. First installment covers managed/unmanaged and encodings. read more...

9 comments |category: |Views: 15

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