CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    26

    [RESOLVED] SHA1 Hash

    I'm writing a program that copies the contents of one file to another and I need to create a duplicate of those files that I copied and rename them into SHA-1 Hash.

    For Example:
    The SHA1 hash of the string "test.txt" = 4b6fcb2d521ef0fd442a5301e7932d16cc9f375a
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured