Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.22 KB

csharp_string_hash.md

File metadata and controls

47 lines (37 loc) · 1.22 KB
title keywords summary permalink folder references authors current_reviews last_updated tags
C# String Hashing
sample
C# string hashing
csharp_string_hash.html
C#
name url
Nico Rusam
2018-07-24
C#
CSharp
dotnet core
.net core
hash
SHA
SHA-256

Use cases

  • Verifying if a string has been changed

Used .Net version

  • .Net Core 2.1

Example Code for C# based hashing of a String using SHA-256 and UTF-8 encoding

{% include_relative csharp_cryptoexamples/src/ExampleHashInOneMethod.cs %}

{% include links.html %}