Menu

New Cheksum Suggestion

2015-11-19
2018-10-05
  • William Surya Permana

    Hello,
    I know 7-zip already has some checksum feature, including CRC, SHA, and BLAEK.But, maybe you can also add MD5 checksum support.I think it is used quite often.Thank you.
    Regards,William.

     
  • Igor Pavlov

    Igor Pavlov - 2015-11-19

    I don't use md5. So I'm not sure that md5 is useful.
    Where do you need to use md5?

     
    • aXeSwY

      aXeSwY - 2015-12-15

      MD5 will be a nice touch if you add it , but isn't really that imprtant many still use it though
      And maybe a new sub-context menu to save all checksum as a .txt file even i do find copying the text from the message is enough :)

       

      Last edit: aXeSwY 2015-12-15
  • 橘琥珀

    橘琥珀 - 2015-11-20

    As a genuine Windows ISO files collector, any hash programs that support CRC32 + MD5 + SHA1 will be favored. Don't care about today's hash standard (sha1 + sha256 + sha???).

    Sigcheck is an alternative utility that can calculate file hashes (md5 + sha1 + sha256).

     
  • gora2

    gora2 - 2015-11-20

    Where do you need to use md5?
    Странный вопрос. Для того же для чего используются и остальные CRC.
    Например:

    или

    и таких случаев можно привести еще множество. Надо?

     
    • Igor Pavlov

      Igor Pavlov - 2015-11-20

      Note that I don't need artificial examples.
      You already wrote about your cases.
      So it's interesting to know answers from another users that request that feature.

      And sf example shows that we don't need md5 - we have sha1 that is more safe.

      Some notes about hash in 7-Zip:
      crc32 - very fast, is used everywhere
      crc64 - is pretty fast, is used in xz, and provides higher level of error detecting than crc32.
      sha1- is safe (for some purposes), is used in many places
      sha256- is safe, is used in many places
      blake2sp - I need it only for RAR5 code.

      md5 - the speed is similar to sha1, is not used in popular archive formats. Probably it will be replaces to sha1/sha256 in cases, where it's still used, is not so safe as sha.

       
  • Pernat1y

    Pernat1y - 2015-12-04

    BTW, it will be nice to make generated checksum selectable (to copy it).
    Or just add the button like "Copy to clipboard"

     
    • aXeSwY

      aXeSwY - 2015-12-15

      Well if you simply press Ctrl + C on after the checksum information show up you will get in your clipboard

      Example

      ---------------------------
      Checksum information
      ---------------------------
      Name: basebrd.dll
      Size: 1196032 bytes (1 MB)
      
      CRC32: B610CF01
      
      CRC64: EE641AA010D7887B
      
      SHA256: 91A07DCE8858802572134EE8C8C7359933B9FD6C446C7C2A5E04E6A6DEC7CDFC
      
      SHA1: 600D8441AB0E2A2C4834E42712A3A681A8FE1079
      
      BLAKE2sp: 2C79D85557606CECCA80362006287389663E72799202842CEB0DDCAA7227B027
      
      ---------------------------
      OK   
      ---------------------------
      
       

      Last edit: aXeSwY 2015-12-15
  • res87th

    res87th - 2015-12-25

    Copying to clipboard just one checksum instead of this "--- Checksum Information ---" could be more useful. So I think checksum is better to be selectable.

     
  • Piglet

    Piglet - 2016-01-11
     
  • İsmail Dönmez

    İsmail Dönmez - 2016-01-13

    While we are discussing checksums, can you actually make them copyable with mouse. Currently there seems to be no way to copy the checksums into clipboard.

     
  • Andrew

    Andrew - 2016-01-15

    I agree it would be nice to have some buttons to copy the checksums to the clipboard. I know Windows allows Ctrl+C from any MessageBox but not many people know about that.

     
  • Alex Dragokas

    Alex Dragokas - 2016-03-03

    1) Please make an opportunity to highlight and copy the hash sum from MessageBox after counting. At this time it is very inconvenient. I calculated a hash and I cannot check it by virustotal neither post it on forum or anywhere.
    2) Also I support the request to calculate MD5 hash. Example of the place where I constantly need MD5 hash is logs of AVZ. So only this hash sum used there.
    Thank you.

     
  • Simon Sobisch

    Simon Sobisch - 2018-09-19

    7zip 18.05 changed the control from message box to checkbox.

    You can now select a single (or more) lines and use copy + paste (you don't get the control output of a message box, if you only select name+size+sha1 only those will be pasted as separate lines to the clipboard).

    I want to raise the MD5 request again - it it not needed to pack/unpack but still used in different places and therefore good to support (MD5 is the only reason that I need to open Sigcheck all other checksums are handled via 7zip).
    RFC1321 provides both the "MD5 Algorithm Description" and an implementation in plain C.

     
    • Dec

      Dec - 2018-09-19

      WinCryptHashers plugin for 7-Zip allows you to calculate MD5 directly in 7-Zip.

       

      Last edit: Dec 2018-09-19
  • enter name here

    enter name here - 2018-10-01

    MD5 is broken for many years already. SHA1 is declared broken deprecated as well. Do you really want broken checksums in such a good software? What's the advantage? I'd rather add more modern and more secure SHA-3 checksum than crappy old piece of junk...

     
  • Eugene

    Eugene - 2018-10-05

    Jesus, just use HashCheck!

    github repo

     

Log in to post a comment.