DamienG
DevelopTechFunFontsGuernseyPersonal

3 blog posts tagged hashing

Placeholder image
NOV
24
2007
Development2 minutes

Calculating Elf-32 in C# and .NET

GitHub has the latest version of Elf32

Because you can never have enough hashing algorithms at your disposal this one is compatible with the elf_hash function that forms part of the Executable and Linkable Format.

Placeholder image
NOV
19
2007
Development2 minutes

Calculating CRC-64 in C# and .NET

Seeing how the CRC-32 C# class I posted some time ago continues to get lots of Google hits I thought I’d post a CRC-64 version which will no doubt be far less popular being the more limited use. Again, do not use this as a secure message signature, it’s really for backward compatibility with legacy systems.

Placeholder image
AUG
8
2006
Development2 minutes

Calculating CRC-32 in C# and .NET

Just a few days ago I found myself needing to calculate a CRC-32 in .NET. With so many facilities available I was a little shocked that there was nothing built-in to do it so knocked up something myself.

Footer

Copyright © 2001-2025 Damien Guard, all rights reserved.Privacy Policy,Terms of Use,Disclosures.