TrueCrypt, RIPEMD-160 vs SHA-512 vs Whirlpool

49,051

Both SHA-512 and Whirlpool are 512 bit hashes, while RIPEMD-160 is 160 bits. TrueCrypt uses these hashes with PBKDF2 to derive keys. When creating file volumes, Truecrypt uses 1,000 rounds for both SHA-512 and Whirlpool, but 2,000 rounds for RIPEMD-160. I have some software called TCHead that decrypts TrueCrypt headers. It's very simple and straight-forward and demonstrates how and where these hashes are used.

To answer your question, in my opinion, either SHA-512 or Whirlpool would be fine. I would use either and not worry about that too much. Hope this helps.

Share:
49,051

Related videos on Youtube

gadgetmo
Author by

gadgetmo

Updated on September 18, 2022

Comments

  • gadgetmo
    gadgetmo over 1 year

    I am encrypting a volume with TrueCrypt. I have decided to use AES as the encryption algorithm, seeing as it is the government standard.

    But which hash algorithm is better (more secure)? RIPEMD-160 or SHA-512 or Whirlpool?

    I am using Mac.

    • Mythrillic
      Mythrillic over 12 years
      I believe that SHA-512 is the most secure, as the government uses that, the latter is my personal opinion.