Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

get sha1 of file c#

FileStream fop = File.OpenRead(@"C:	est.bin");
string hash = BitConverter.ToString(System.Security.Cryptography.SHA1.Create().ComputeHash(fop));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #file
ADD COMMENT
Topic
Name
2+5 =