The sha1 tag has no wiki summary.
0
votes
1answer
48 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 ...
2
votes
2answers
99 views
How can zero byte files generate a hash value?
How can a zero byte text file generate a hash when hashed with sha1sum, sha256sum etc? What data are the programs hashing to generate a hash value?
Ta
2
votes
0answers
146 views
Alternative to xxd that returns bytes?
I am on Mac OS X 10.8.2, running a compiled copy of xxd v1.10 (source code) as well as the copy of xxd that comes preinstalled on OS X.
I am trying to generate a Base64-encoded SHA1 signature via a ...
1
vote
1answer
308 views
How Do I Troubleshoot Corrupt Downloads
I won't try to get this all documented in this first post, as I am sure you folks will have a ton of questions for me.
I am having problems with my home LAN. For several weeks I have been having ...
3
votes
2answers
452 views
Installing sha1sum on git-bash (MinGW)
I've been using git-bash on Windows 7 a lot. I gather it is a wrapper of MinGW. It has md5sum but not sha1sum. I'd like to install sha1sum, but I can't figure out how.
When I try mingw-get, it says ...
2
votes
3answers
316 views
why do we need SHA1 checksum?
In this page I saw the SHA1 checksum.
I know it's a hash algorithm, but I don't know why we need it for download code.
So I clicked "what's this?" but got no any more information.
It's hash, so ...
0
votes
1answer
401 views
Calculate SHA1 of CD-ROM on MacOS X
How do you calculate the sha1 of a CD-ROM disc under MacOS X?
On Linux (RedHat) I use sha1sum /dev/cdrom.
How do I do the same thing on Mac using openssl sha1?
15
votes
7answers
7k views
Is there a built-in method for computing an SHA-1 or MD5 hash in Windows 7?
Is there a built-in method for computing an SHA-1 or MD5 hash in Windows 7?
