using System;
using EasyEncryption; // https://www.nuget.org/packages/EasyEncryption/ Install using this guide: https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio
public class Program {
public static void Main() {
Console.WriteLine(SHA.ComputeSHA256Hash("my text"));
}