ComputeHASH Utility

Discussion in 'MDL Projects and Applications' started by Alphawaves, Oct 17, 2011.

  1. dabits

    dabits Guest

    #21 dabits, Oct 22, 2011
    Last edited by a moderator: Apr 20, 2017
    Works in Win7 x64 SP1 :biggrin:
    Read PM!

    Another thing, if I want to compare, and copy/paste only the MD5 info
    Code:
    MD5: 5f6a235a357590130bfddac1e0349268
    in another app, the result is:
    Code:
    md5: 5f6a235a357590130bfddac1e03
    Because it starts with "md5: " the last 5 numbers are missing.
    The other app has a limited amount of numbers it can show.

    If you choose "copy all" you should get all the info as it is now.
    If you copy only 1 (MD5) shouldn't it only copy the numbers, not the "md5: " part.
    It could be useful, as in this case.

    Nice app, I kinda liked the 4077 H*A*S*H logo tho :eek:
     
  2. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    #22 Alphawaves, Oct 22, 2011
    Last edited: Oct 22, 2011
    (OP)
    I forgot to update the link and info..
    I added the Algorithms to hash results for save keeping:D
    Thanks dabits..;)


    EDIT:
    Ill add option to select which algorithms you want to use in next version, As sha256, 384 511 can be slow with large files...:D
     
  3. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,062
    60
    i like this version best so far....thanks for the tool
     
  4. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    Update

    • Changelog 0.4:
    • Added options to select algorithms to hash
    • Added compute text strings
    • Added Ripemd160
    • Cleaned up internal code
     
  5. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    Tiny Update:
    • Changelog 0.5:
    • Added compare files check (checks Sha-1 hash)
    • Fixed a couple of internal bugs
     
  6. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    Update:

    • Changelog 0.6:
    • Added Whirlpool, Tiger, Ripemd160, Md4, Adler32
    • Export to text file
    • File check now has multi algorithms selection
    • New easy to use GUI
    • Bug fixes
     
  7. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Nice & Cool :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. nechrist

    nechrist MDL Guide Pack

    Apr 24, 2010
    331
    167
    10
    Greate job alpha! Can you add multiple files check by sfv file? Thanks a lot again!
     
  9. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Is the hash file [ *.MD5 / *.SFV ]

    This is files contains the hash of one file, it's good for hash check in downloaded files, verifying if the hash equals with .MD5 / SFV File ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. nechrist

    nechrist MDL Guide Pack

    Apr 24, 2010
    331
    167
    10
    yes yes i mean the hash check for multiple files using the info stored in the sfv file. That could be a greate feature, thank you! ;)
     
  11. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
  12. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    Ive created an MD5 file checker, now i need an sfv file for verification check o_O anyone can post one here ? :worthy:
     
  13. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
  15. dabits

    dabits Guest

    Looks great :smile3: Love it :D

    I'd like to be able to compare a Hash from a downloaded file (Drag First File Here) with a Hash given in the info on the page where you get the file.
    • Drag First File Here
    • Drag Second File Here
      • (Or) Enter Hash (Copy/Paste) To Compare (With First File)
    This would make it perfect for me.
     
  16. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    Update:

    • Changelog 0.7:
    • Added create *.sfv, *.md5 files
    • Added read *.sfv, *.md5 files
     
  17. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Nice :worthy::worthy::worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,366
    210
    dabits, the check/compare option does this..:eek:
     
  19. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,592
    1,588
    150
    You've done some changes to it ^^

    Lookin good!
     
  20. dabits

    dabits Guest

    #40 dabits, Oct 31, 2011
    Last edited by a moderator: Apr 20, 2017
    Then I'm missing something, or I'm doing something wrong.
    I can compare *.exe with * - Copy.exe, Computing > Match OK!!
    But I just can't drag/paste/Ctrl+V
    Code:
    bfed32dc1447dc88288689cebb482b9e
    in there to compare with *.exe.
    Error: Object reference not set to an instance of an object.:eek: