Complete MSDN SHA1 checksums + MsdnFileVerifier by Inge

Discussion in 'MDL Projects and Applications' started by Oz, Jun 12, 2016.

  1. NeXtStatioN

    NeXtStatioN MDL Senior Member

    Dec 29, 2014
    321
    600
    10
    It took them a while to defeat it for a small PDF file, so, for ISOs, there's no known risk right now ;)

    Or we can download all ISOs, check SHA1 and then create, for example, SHA256 checksums ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. vanelle

    vanelle MDL Expert

    Sep 22, 2014
    1,502
    1,418
    60
    #42 vanelle, Mar 14, 2017
    Last edited: Mar 14, 2017
    each kind of hash is more ore less only a simple bit-shifting. regardless of whether CRC-32, ADLER-32, MD5, SHA1, SHA256 or whatever.
    - the diffrence is only the size of the 'shifting-buffer' (CRC-32 = 4byte) - Simplified
    - each Hash has the problem of n '00' bytes at the end of the file (thats why you get CRC32 = FFFFFFFF for iso's with AutoCRC that are overdumped :biggrin:)

    the problems can (more ore less) only be solved (reduced) if you have 2 different hashes (eg CRC32 + SHA1).
    only use eg SHA256 is useless (same problem).

    feel free to generate a CRC32 for all files on MSDN :biggrin: (have fun)
     
  3. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    Did anyone else notice that you can't view hashes in MSDN without a login anymore? Am I missing something and is it still possible?
     
  4. NeXtStatioN

    NeXtStatioN MDL Senior Member

    Dec 29, 2014
    321
    600
    10
    Even logged in, you can't see any hashes, as it redirects you to the Visual Studio Portal where subscriptions have been migrated ;)

    Only subscribers can view files available with their subscription.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    That's a major blow.
     
  6. NeXtStatioN

    NeXtStatioN MDL Senior Member

    Dec 29, 2014
    321
    600
    10
    Microsoft decided to do this. To merge all subscriptions to Visual Studio, and also I believe to reduce "piracy" and "illegal" downloads
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    They can't prevent piracy. No pirate will shell out the cash. They'll run unverified and potentially infected stuff. MS is doing the world a disservice.
     
  8. mpyrdaitghiatparla

    mpyrdaitghiatparla MDL Novice

    Jan 15, 2017
    38
    15
    0
    Can someone please upload working links.
     
  9. mpyrdaitghiatparla

    mpyrdaitghiatparla MDL Novice

    Jan 15, 2017
    38
    15
    0
    Anyone please links.
     
  10. vanelle

    vanelle MDL Expert

    Sep 22, 2014
    1,502
    1,418
    60
    hello,
    i have read your 9 posted messages
    6 Giveaway/Contest
    and other beg postings
    -> welcome to the Simsons Family

    please read my sign
    if nobody give you a link, please don't wonder why
     
  11. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,680
    18,584
    340
  12. Aty

    Aty MDL Member

    Oct 18, 2013
    162
    326
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. NeXtStatioN

    NeXtStatioN MDL Senior Member

    Dec 29, 2014
    321
    600
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    The wildcards in the script don't seem to working for me. The only way the script wanted to work for me was to edit the script and put in the exact URL and even after that I wasn't able to get past the landing page to actually check the hashes and filenames.
     
  15. NeXtStatioN

    NeXtStatioN MDL Senior Member

    Dec 29, 2014
    321
    600
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    I am using an addon like that (Tampermonkey in Chrome) and yes, after I log in, I get to landing page. However, if I click on anything or try to search it's just a blank white page.
     
  17. mpyrdaitghiatparla

    mpyrdaitghiatparla MDL Novice

    Jan 15, 2017
    38
    15
    0
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,565
    450