Subscribe Us

LightBlog

Thursday, 23 December 2021

Tuesday, 14 December 2021

December 14, 2021

Hashing with SHA1 Algorithm in C#

For those who want a "standard" text formatting of the hash, you can use something like the following:static string Hash(string input) { using (SHA1Managed...