TizzyT

SHA256 -TizzyT

Oct 21st, 2018
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. public static byte[] SHA256(byte[] input) => System.Security.Cryptography.SHA256.Create().ComputeHash(input);
Advertisement
Add Comment
Please, Sign In to add comment