Has anybody noticed that the sha1 / md5 value shown on the download page is COMPLETELY incorrect!
I have pasted the relevant info below:
Title Size Licence sha1 / md5
salome_meca-lgpl-2023.1.0-4-20240327 4.8 Go LGPL c913deb3df09cc61a532fb1f9b941c4e-305
To my knowledge I have yet to come across a sha1sum, md5sum or any other hashing algorithm that calculates to a value containing non-hexadecimal characters! In this case the hyphen '-', makes this value unusable as a means of download verification!
Used the following:
`
echo "c913deb3df09cc61a532fb1f9b941c4e-305 salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif" | md5sum --check -
md5sum: 'standard input': no properly formatted checksum lines found
echo "c913deb3df09cc61a532fb1f9b941c4e-305 salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif" | sha1sum --check -
md5sum: 'standard input': no properly formatted checksum lines found
`
(Based on the sha1 / md5 shown on the download page)
Whereas my own md5sum hash is:
`
echo "6f38474fab9253a5adf5f02887b8126d salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif" | md5sum --check -
salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif: OK
echo "1285faa4aef8e94a39a32613a04b32567e2d60a4 salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif" | sha1sum --check -
salome_meca-lgpl-2023.1.0-4-20240327-scibian-10.sif: OK
Somebody from the SalomeMeca / CodeAster developer team double checking and verifying the values and moreover correcting the website would be very much appreciated by all and reduce confusion.
Double checking my methods the hash for the previous version verifies correctly based on the sha1 /md5 hash in the download page:
echo "898154f1d92d7638d4b93d58eb908ec09b614ded salome_meca-lgpl-2022.1.0-1-20221225-scibian-9.sif" | sha1sum --check -
salome_meca-lgpl-2022.1.0-1-20221225-scibian-9.sif: OK
`
Finally, I believe the values shown should clearly show if a sha1sum or md5sum value has been posted. The do calculate to 2 very differing hashes!
Thanks for some wonderful simulation software, by the way. I hope to try out the new version(s) soon.
JMB