0
votes
1answer
45 views

md5pass or sha1pass on mac os

I'm looking for a hash tool on MacOS (shell), hope it works like md5pass on Ubuntu. Calculate case sensitive hash code. Calculate salted hash code. md5 is good, any other algorithm is ok. I ...
0
votes
5answers
3k views

Is it possible to decrypt MD5 Hashing? [closed]

I was seeing a video on how to hash passwords with MD5 Hashing. After googling on it I found out that Facebook also uses MD5 hashing scheme. Now I was curious to know if we can decrypt the password ...
1
vote
3answers
1k views

md5sum of files in two folders

I'm trying to compare all the files in two folders via an md5sum in one command. Some like the following (bash) in Debian: $ cd ~/FOLDER1 $ md5sum ~/FOLDER2/* | md5sum -c - The idea is that the ...
1
vote
3answers
885 views

How to add hash to MS Word documents?

I'd like to add a SHA, or some other kind of a hash to a Word (for Windows) document. Is there a good program / macro that would help me with that? Or some kind of a tutorial somewhere on the net? ...
2
votes
2answers
2k views

What is the fastest MD5 sum calculator?

I tested the speed of md5sum on a few Ubuntu 8.04 servers Pentium III 700 MHz: 52 MB/s Atom 1.6 GHz, 32-bit: 119 MB/s Core 2 (Yorkfield) 2.5GHz, 32-bit: 194 MB/s Core 2 (Yorkfield) 2.5GHz, 64-bit: ...
1
vote
1answer
191 views

Where can I find hashes for Mozilla applications?

What is a reliable source for cryptographic hash values for Mozilla applications? Update 1: the value from http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/MD5SUMS, ...
4
votes
3answers
492 views

How secure is it to use a password hash of a common English word as a WPA2 key?

I have a wireless router, and I want a difficult password that is still, in a way, easy to remember. I came up with this idea to take the MD5, SHA-1, SHA-256, or whatever hash of a common English ...
0
votes
4answers
2k views

Can you use OpenSSL to generate an md5 or sha hash on a directory of files?

I'm interested in storing an indicator of file / directory integrity between two archived copies of directories. It's around 1TB of data stored recursively on hard drives. Is there a way using ...