File integrity checkers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • socketa
    Asbelowsoabove
    • Jun 2014
    • 658
    • samsara

    #1

    File integrity checkers

    Spent some time looking for a decent application to create and verify the checksums of all the files that are stored on a drive
    For years i used a basic generator/checker that did only one file - very time consuming
    After having an experience with a failing backup drive, i was motivated to search for something a bit better
    After quite some time i found Corz Checksum, which was good with a right-click context menu item, but it had nags and also generated the hashes with additional characters that did not show up on notepad.
    Then i tried MD5 Checksum Verifier which was good, but limited in comparison.
    Finally, i tried Fastsum - which is very good.
    It handles sub-folders and can save changes to the checksum file after you have altered the contents of the folder.
    It also creates entries in the right-click context menu.
    i found the best setup was to create checksum files with the extension ".checksum." and to create a checksum file for each folder.
    And hence have organized the files into folders, so that any folder can be checked relatively quickly.
    Movies usually get their own folder, unless there is a series or collection.

    Checksums are a good idea because if you experience any problems with a file, then you can run the checksum verifier and see if the file has being corrupted, and then move on to investigating/eliminating components that may have contributed to the corruption.
    They can give you advanced warning of failing components.

    i think that many of us have some degree of corruption, and hence need to compare our integrity with the ultimate checksum, which is zero, then make appropriate corrections, or mods, and run the file verifier each time we open a file or run an exe, to make sure that the system is relatively well-balanced and stable, or even running better than before.
    If some program is causing problems then it can be thrown into the recycle bin, or re-complied.
    Last edited by socketa; 08-28-2014, 11:58 PM.
  • goontron
    5000!
    • Dec 2011
    • 4108
    • US

    #2
    Re: File integrity checkers

    the GNU md5/sha file hashers do batch mode, so im not sure what your on about.
    Last edited by goontron; 08-29-2014, 12:19 AM.
    Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....

    "Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me

    Excuse me while i do something dangerous


    You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.

    Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore

    Follow the white rabbit.

    Comment

    • mariushm
      Badcaps Legend
      • May 2011
      • 3799

      #3
      Re: File integrity checkers

      Total Commander (Windows Explorer replacement, much better) has a built in hash generator .. you select the files in the folder then go to files > create checksum. From there, you can also choose the hashing algorithm (sha1, md5) and the file is saved with a .sfv extension (it's just a text file with the filename and its hash on each line).
      You can double click that file and Total Commander will automatically check the file against the checksum in the sfv file.

      SFV files are standardized, they're used in the "warez scene" to verify integrity of downloaded files etc etc.

      But anyway... these checksum applications only generate a checksum for files and tell you if the file was changed or not. If the file got corrupted, it's lost either way.

      If you actually want to be able to recover files if they're changed or corrupted, you would be better off using an algorithm like PAR2 which creates recovery information for files.
      In most cases, a recovery record of about 10-15% of original file size will repair the original file when a few bits are corrupted.

      Comment

      Related Topics

      Collapse

      • Forest79
        Lenovo ThinkStation P520 BIOS file needed
        by Forest79
        Hello,

        I got a Lenovo ThinkStation P520 (Type 30BF) from a friend, asking me for a repair. Windows 11 offered a firmware upgrade as an optional update, and it failed.
        The emergency flash procedure from the hardware manual has also failed. So, I asked an acquaintance with better skills to flash the BIOS directly.

        However, the chip (a Macronix MX25L25673GMI-08G) has a size of 32 MB, and the BIOS file from the Lenovo website (extracted with UEFITool) has a little more than 16 MB. Thus, the software my acquaintance used (SiberiaProg v1.45, with a CH341A Programmer)...
        07-23-2023, 07:39 AM
      • hazem3636
        need Bios Bin file Dell server 220
        by hazem3636
        hi everyone

        i need dump file for dell server r220
        i have download Flash BIOS executable file but i dont know how to conver it to Bin file

        i have check on youtube there is some programs are doing this method of creating Bin file from ExE file .


        if anyone has this method please need his supporting .

        all the best

        EXE file is attched and Original Bin file from the Bios Chip is attached also

        and dell website "https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=mrxv...
        11-05-2022, 06:20 AM
      • Sebastian Codrean
        BIOS file for ASUS F542UN laptop
        by Sebastian Codrean
        Hello to all of you! I need help with a BIOS file.
        The BIOS chip is fried on my Asus F542UN laptop, and I bought a new chip that needs programming. I have a CH341a programmer but I need a .bin BIOS file. On Asus support page the firmware has another extension, .310 and from reading on this forum I understand that that file is not complete BIOS.
        So, in short I need the "complete" BIOS .bin file to flash on the new chip. Another issue is that on back of the case the label says F542UN but on the sticker on the motherboard it's X542UN.
        02-20-2025, 10:25 AM
      • maanee11
        Help to get Lenovo BIOS bin file for Thinkpad T560
        by maanee11
        Hello Everyone,

        I have Thinkpad T560 Which has corrupted BIOS. I have acquired Ch341A SPI flasher to program the BIOS externally. I see that to program the BIOS, i need a bin file for the BIOS. I was able to extract the .exe file of BIOS from Lenovo given here in this link:

        https://pcsupport.lenovo.com/au/en/p...me=BIOS%2FUEFI

        In the extracted files, I see that BIOS containing file has extension .FL1 and I need to extract or convert it...
        05-15-2022, 11:59 AM
      • pretendjury84
        Decrypt Keychain file
        by pretendjury84
        Hi,

        Sorry if this is posted in the wrong section.

        I need to decrypt a .keychain file. The methods listed on github (https://github.com/n0fate/chainbreaker) unfortunately dont seem to work. Im getting stuck on the first bit,
        1. Navigate to the directory containing the file setup.py
        2. Enter the command (from terminal): $ python setup.py bdist_wheel -d dist. This creates a wheel file (extension: .whl) in the /dist folder.
        qashifmasud@Qashifs-MacBook-Pro chainbreaker-master % python setup.py bdist_wheel -d dist
        zsh: command not found: python

        qashifmasud@Qashifs-MacBook-Pro...
        10-12-2024, 02:31 AM
      • Loading...
      • No more items.
      Working...