What's new

Checksums not matching site

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

jtm

New Around Here
What's with the checksum on the latest releases of RT-87U not matching the site or the sha256sum.sha256. Are these checksums correct and is it safe to flash?
 
Checks fine here. Make sure and check the .trx file and not the .zip

-AC87U_384.5_0.trx
9eb8021418881a693a04d4dceaa43ea2167704da5e9583e45a1e59e978700ab5 - file check
9eb8021418881a693a04d4dceaa43ea2167704da5e9583e45a1e59e978700ab5 - merlins site



-AC87U_380.70_0.trx
fd554c56bb84c945e55434587d622b1a573f3effffc6587d01b662c62c89b8b0 - file check
fd554c56bb84c945e55434587d622b1a573f3effffc6587d01b662c62c89b8b0 - merlins site

Using main download from sourceforge
 
Last edited:
Checks fine here. Make sure and check the .trx file and not the .zip

-AC87U_384.5_0.trx
9eb8021418881a693a04d4dceaa43ea2167704da5e9583e45a1e59e978700ab5 - file check
9eb8021418881a693a04d4dceaa43ea2167704da5e9583e45a1e59e978700ab5 - merlins site



-AC87U_380.70_0.trx
fd554c56bb84c945e55434587d622b1a573f3effffc6587d01b662c62c89b8b0 - file check
fd554c56bb84c945e55434587d622b1a573f3effffc6587d01b662c62c89b8b0 - merlins site

Using main download from sourceforge
Weird, from both Sourceforge and OneDrive I get

8d5e5a7d78754716e5879d5c448c341240dffa8c RT-AC87U_384.5_0.trx
 
Check your sum logic, I get the same thing (your results) using 1 not 256.
256 yields the correct value.

Code:
shasum -a 256
 
Ah my bad I was thinking 256 was default, thank you.

Since the hash lenghts were a different lenght it was obvious that you were using an incorrect algorithm.

I personally use "Hashtab" for windows.

When I right click --> properties --> hashtab --> it calculates file hashes in a variety of commonly used algorithms
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top