CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Posts
    16

    Hashing with Cryptlib 3.x

    I have no problem hashing with Cryptlib 3.x up to SHA-256. What I cannot do is hash SHA-384 or SHA-512 with Cryptlib. Does anyone have an example or can point me in the right direction. I have read the manual and can not find a reference to accessing these two hashes other than they are available. Thank you in advance for any guidance.

  2. #2
    Join Date
    Mar 2006
    Posts
    16

    Re: Hashing with Cryptlib 3.x

    I searched the Cryptlib news group and found my answer from the author, Peter Gutman. The code for SHA-384 and SHA-512 is in the source but has not been implemented. He does not know when it may be implemented.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Hashing with Cryptlib 3.x

    More interesting info on Hashing, for anyone that's interested

    http://www.slavasoft.com/quickhash/index.htm

    http://www.di-mgt.com.au/crypto.html

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