Hello. Can someone tell me how to check the BCRYPT, SCRYPT, and Argon 2 values of an .iso file? In my case, I want to check the values of the .iso files of some Windows disc images. Do Windows disc image files support those values?
To check the integrity and authenticity of the file, I usually use the "Get-FileHash + file's path" command in PowerShell. The problem is that I heard the SHA256 algorithm is no longer considered secure, and BCRYPT, SCRYPT, and Argon2 are now the standards. This is why I want to check those values, and not SHA256. When I use the Get-FileHash command, I can only see the SHA256 value, and not the other 3 values.
In a nutshell, I want to check if the .iso files are original or corrupted/altered.
Also, it would be good if someone shows me the BCRYPT, SCRYPT, and Argon2 values of the Windows 7 64bit (English) disc image, so I can compare them to the values I get.
To check the integrity and authenticity of the file, I usually use the "Get-FileHash + file's path" command in PowerShell. The problem is that I heard the SHA256 algorithm is no longer considered secure, and BCRYPT, SCRYPT, and Argon2 are now the standards. This is why I want to check those values, and not SHA256. When I use the Get-FileHash command, I can only see the SHA256 value, and not the other 3 values.
In a nutshell, I want to check if the .iso files are original or corrupted/altered.
Also, it would be good if someone shows me the BCRYPT, SCRYPT, and Argon2 values of the Windows 7 64bit (English) disc image, so I can compare them to the values I get.