MicroID in C#/.NET
Eran Sandler has contributed C#/.NET tools to the MicroID codebase. He writes:
It is a bit more generic and can be used with any hashing algorithm currently supported in .NET (SHA1, SHA256, MD5, etc). The zip contains the class MicroID with a static function to either generate an SHA1 based MicroID (the default) or specify the name of the hashing algorithm.
It also converts the text to ASCII (so the hashing will work the same as in Python, PHP, etc).
Thank you to Eran. .