My first real open source program! Hashr! It hashes files and text!

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Hashr

    A cross platform program that quickly hashes any text or file

    Please let me know what you think! I stopped coding for months and this is my first program coming back! All my other programs on GitHub aren’t ones I would intend on uploading but this is! I’m really proud of it so far. https://github.com/dustindog101/Hashr

  • Command Line Parser

    The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support

    Capitalization aside, try using CommandLineParser? Since you have multiple algorithm to call which all share the same base abstract class, you might want to create a Dictionary where the key is the algorithm name, so you can call the appropriate algorithm depending on user input without repeating yourself.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • command-line-api

    Command line parsing, invocation, and rendering of terminal output.

    Another alternative is System.CommandLine which I've used before. I hadn't heard of CommandLineParser til now so I'm not sure how they compare.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts