the md5(1) utility on DragonFly now does SHA512 checksums, thanks to Rimvydas Jasinskas. You can see it as a separate ‘sha512’ binary in /sbin, but it’s a hard link back to the original md5, if I’m reading the commit right.
6 Replies to “More than md5 on DragonFly”
Comments are closed.
Shouldn’t a “sha” ultility perform sha512 checksum instead of the md5 Utility
It does. Run the /sbin/sha512 binary.
the program performs different functions based on the name used to invoke it.
md5 and sha512 are the same file (it’s hardlinked as mentioned).
If you execute it as “md5”, you get md5 output. If you execute it as “sha512” you get sha functionally.
Look at every binutils, compiler and ld program. They are all hardlinked to the same program. Same thing.
Am I the only one that heard in my head, “Transformers! More than MD5!”
Not the only one, now.
you can find all of the shaxx and many more hash codes in http://fehashmac.sourceforge.net/ .