By tag: hash
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
Calculate CRC C#
This article is about a class that calculates different types of crc codes: crc-8, crc-12, crc-16, crc-32 and custom types of crc codes. This class has a static function that generates non standard polynomys.