Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
once completed execute cheksum()using SHA1 .Please help me.Your help is appreciated.
Posted
Comments
OriginalGriff 14-Nov-12 10:26am    
What's the problem?
What part of this is causing your difficulties?
al1989 14-Nov-12 10:45am    
i should execute checksum() using SHA1/MD5 on that file
OriginalGriff 14-Nov-12 10:55am    
OK - so what is the problem? The MSDN documentation for SHA1 includes examples of the basic code - it just needs you to tweak it a little.

1 solution

System.File.IO.Copy(source, destination); Here[^] is the SHA1 class. Basically, you had to type 8 characters in to google to find this information.
 
Share this answer
 
Comments
Christian Graus 14-Nov-12 10:34am    
It means that doing your own research on this was trivial. I googled C# SHA1, so actually 7 characters. No, I'm not going to do the work for you, if you can't do it based on what I told you, then you should not be getting paid for doing this task.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900