By tag: Cryptography
0
kicks
A Cryptography Primer, Part Four (final)
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.
0
kicks
A .NET Cryptography Primer, part 1
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.
0
kicks
Exchange data securly with a WebService without HTTPS/SSL
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.