I know that there must be something to check hashes (MD5 and SHA1 in particular) in SUSE 11.2. Would anyone know what it is called?
Thanks!
I know that there must be something to check hashes (MD5 and SHA1 in particular) in SUSE 11.2. Would anyone know what it is called?
Thanks!
Did you mean md5sum and sha1sum?
The way I understood it: Yes. But for me the initial question needs a little clarification. Are you looking for an application to identify or to crack a given hash? Or even both?
Hm… I´m making an educated guess here: You want to check or generate the MD5 and SHA1 sum of a file. If so, take a look at these commands:
Check MD5: $ md5sum <yourfile>
Check SHA1: $ sha1sum <yourfile>