CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Location
    Islamabad
    Posts
    99

    SHA1 encoding using Windows Crypto API with Unmanaged C++

    Hi,

    I need to convert simple text (string) into SHA1 using Windows Crypto API with Unmanaged C++. Is there anything related to this available?

    Thanks and Regards,

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: SHA1 encoding using Windows Crypto API with Unmanaged C++

    I never did it myself... but maybe CSHA1 - A C++ Class Implementation of the SHA-1 Hash Algorithm could help you?
    Victor Nijegorodov

Tags for this Thread

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