Page 1 of 1

Add hashing algorithms for generating checksums

Posted: 05.08.2017, 09:32
by Alien426
It would be nice if more hashing algorithms (SHA-1, SHA-256) could be added for generating checksums. Even though MD5 should not be used (citing Wikipedia below), it is still in wide use and should remain a choice in FreeCommander.

"The security of the MD5 hash function is severely compromised."
"Also in 2004 more serious flaws were discovered in MD5, making further use of the algorithm for security purposes questionable; specifically, a group of researchers described how to create a pair of files that share the same MD5 checksum."
-- https://en.wikipedia.org/wiki/MD5

Re: Add hashing algorithms for generating checksums

Posted: 05.08.2017, 18:37
by Timon

Re: Add hashing algorithms for generating checksums

Posted: 20.09.2017, 19:04
by Timon
FC XE 756 released http://forum.freecommander.com/viewtopi ... 137#p26137
- Implemented: Checksum dialog - new sum methods added (SHA1, SHA224,SHA256,SHA384,SHA512,SHA512_224,SHA512_256)