F5F Stay Refreshed Software Operating Systems Ensure your Linux Mint ISO meets the integrity requirements by verifying its checksum and signing information.

Ensure your Linux Mint ISO meets the integrity requirements by verifying its checksum and signing information.

Ensure your Linux Mint ISO meets the integrity requirements by verifying its checksum and signing information.

A
angel2071919
Junior Member
4
11-20-2023, 03:33 PM
#1
I've tested three different servers but still can't find a unique hash that passes the integrity check. It seems the hash isn't showing up in the sum files as expected. Please let me know if you think it might be hidden somewhere in the files. Thank you!
A
angel2071919
11-20-2023, 03:33 PM #1

I've tested three different servers but still can't find a unique hash that passes the integrity check. It seems the hash isn't showing up in the sum files as expected. Please let me know if you think it might be hidden somewhere in the files. Thank you!

X
xxxfaboxxx
Junior Member
13
12-04-2023, 06:33 AM
#2
You're reviewing two distinct cryptographic methods. Your file holds SHA-256 results, while your console computes SHA-1 values. These algorithms generate different outputs, ensuring they never match. SHA-1 yields a 160-bit hash, whereas SHA-256 produces a 256-bit hash.
X
xxxfaboxxx
12-04-2023, 06:33 AM #2

You're reviewing two distinct cryptographic methods. Your file holds SHA-256 results, while your console computes SHA-1 values. These algorithms generate different outputs, ensuring they never match. SHA-1 yields a 160-bit hash, whereas SHA-256 produces a 256-bit hash.

T
Tom2Sop2
Member
139
12-04-2023, 07:15 AM
#3
The question is unclear. Could you provide more details about the issue you're facing?
T
Tom2Sop2
12-04-2023, 07:15 AM #3

The question is unclear. Could you provide more details about the issue you're facing?

B
BreeZaps
Junior Member
16
12-09-2023, 05:43 PM
#4
Generate a SHA-256 hash for the requested content. The result will reflect the current security standard recommendations.
B
BreeZaps
12-09-2023, 05:43 PM #4

Generate a SHA-256 hash for the requested content. The result will reflect the current security standard recommendations.

M
manooon1128
Member
130
12-10-2023, 02:02 AM
#5
I received a hash that aligned with the SHA file, thanks Eigenvector.
M
manooon1128
12-10-2023, 02:02 AM #5

I received a hash that aligned with the SHA file, thanks Eigenvector.