Results 1 to 5 of 5

Thread: 256sum not matching

  1. #1

    256sum not matching

    I generated 256sum values via powershell to compare the values provided on the kali linux download bare metal 64bit ISO

    Algorithm Hash Path
    --------- ---- ----
    SHA256 FA28A2CD45F43E654DB0AAF4856F505FD721DE44BC3C4B7E8E 823919899156E0 C:\Users\username\Downloads\kali...

    And then compared the two via python:

    >>> sumA ='FA28A2CD45F43E654DB0AAF4856F505FD721DE44BC3C4B7E 8E823919899156E0'
    >>> sumB = 'fa28a2cd45f43e654db0aaf4856f505fd721de44bc3c4b7e8 e823919899156e0'
    >>> sumA == sumB
    False

    Why are the two different and why is the alphabets for the sha256sum that I generated in caps?

    Im a little P noid from some virus alerts I received when attempting to make a bootable USB.

  2. #2
    Join Date
    2018-Jun
    Posts
    31
    If you were to send either sum through a all uppercase or all lowercase generator you would see they are the same sum. I haven't seen this before myself, I'll update the docs to reflect that this is an issue.

  3. #3
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Windows is defaulting to all caps thats another windows 'feature'...lol

  4. #4
    Join Date
    2020-Aug
    Posts
    35
    (Relative newbie) Ok, so I've tried downloading versions of Mint using torrents and from the main mirror. I follow the checking instructions exactly but not only are the sha256sums generated not matching, but they are different each time I download (KDE 18 four times, and Mate 18 twice). Presumably I'm doing something wrong, but I can't work out what it is. Or perhaps my system is damaged in some way - but how can I tell? Any ideas?

  5. #5
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    if the sum doesnt match the download has failed, check your internet connection isn't dropping out

Similar Threads

  1. USB HID custom kernel not matching documentation
    By durdentyler in forum Building NetHunter
    Replies: 0
    Last Post: 2021-04-16, 20:49
  2. sha256sum is not matching kali iso
    By empleat in forum Installing Archive
    Replies: 2
    Last Post: 2020-05-11, 16:10
  3. sha1 signature for 64bit vbox not matching?
    By silvermaple in forum General Archive
    Replies: 3
    Last Post: 2016-10-05, 13:19
  4. Kali Linux 64 bit SHA-1 Hashes Not Matching
    By OtakuMage in forum Installing Archive
    Replies: 13
    Last Post: 2015-12-02, 19:37

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •