Questions tagged [sha1]
30 questions
40
votes
7 answers
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?
Brian Webster
- 1,722
- 6
- 25
- 34
35
votes
8 answers
Can a file be maliciously changed in a way that maintains its original SHA-1 Hash?
According to this article, and many others, SHA-1 is not secure.
In my case, I am not concerned about passwords or digital certificates. I am concerned about file integrity.
Is it reasonably possible for a file (e.g. an ISO image or executable file)…
misha256
- 11,298
- 6
- 53
- 69
26
votes
1 answer
How to check SSH key version locally
In general i'm searching for a method to show information about a private or public SSH key without contacting a server, like keylength, algorithm, ssh version and so on. Especially I like to know if some key is a sha1 or sha2.
gogan
- 363
- 1
- 3
- 5
25
votes
3 answers
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
Gizmo_the_Great
- 583
- 2
- 7
- 15
17
votes
1 answer
How to check if your ssh keys are in the ssh-rsa2 format?
So recently there were news of OpenSSH dropping support for SHA-1 logins and I am trying to understand which format they are referring to. Since years i've been generating keys via ssh-keygen -t rsa -b 2048. Is this the type not recommended anymore…
strudelj nudelj
- 181
- 1
- 1
- 7
12
votes
2 answers
Why are Root CAs with SHA1 signatures not a risk
Take Verisign's website, for example, which has a root CA with a sha1 hash signature. Am I mistaken with understanding that were one to find a collision, they could impersonate the Verisign root CA, and use that to generate an intermediate and then…
Chris K
- 261
- 1
- 2
- 8
5
votes
2 answers
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 "command not found"
When I tried to download…
mcgyver5
- 1,101
- 3
- 11
- 19
4
votes
1 answer
Different SHA1 result every time I check, bad drive?
I was attempting to download and run the Windows 10 Insider Preview, but after a few failed boots and installation errors, I decided to test the SHA1 sum before committing.
I noticed that every time I ran the SHA1 sum, the outcome was different! I…
Chris
- 142
- 5
4
votes
1 answer
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 chain of piped commands in Terminal.
Normally I…
Alex Reynolds
- 811
- 1
- 9
- 21
2
votes
1 answer
How to get sha1sum to work on Mac OS X?
I have an application that I'm porting and as part of the test suite, I run sha1sum. I'd like to have test code that works on all my platforms and not vary across platforms. Mac OS X, is the first platform without a sha1sum application. I did…
WilliamKF
- 7,778
- 34
- 103
- 145
2
votes
3 answers
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 what? Why we should know it's hash when we download a…
Lai Yu-Hsuan
- 155
- 1
- 6
2
votes
3 answers
Why Outlook client's S/MIME settings use SHA1 as the default Hash Algorithm for digital signing a message?
can someone tell why Outlook client S/MIME settings use SHA1 as the default Hash Algorithm?
Doesn't that put the certificate private key to a risk when weak algorithm is used? Or am I misunderstanding the signing process?
Thanks,
-Harri
Tuuska
- 21
- 2
2
votes
1 answer
Sha1Sum on kali.org
I am unable to download kali linux from their official website kali.org. I try to verify the sha1sum but all I get is invalid
https://gyazo.com/2e02792c685fbd2ebfd50e04fe218501.
Any ideas? I can verify sha1sums of other files from other websites…
nephthyes white
- 35
- 4
1
vote
2 answers
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 problem downloading large files. I shall define large…
tinjaw
- 31
- 5
1
vote
1 answer
Derive sha1 hash from openssl binary base64 value
Digital Cinema Packages contain checksums in the following format as described here:
$ openssl sha1 -binary 'dcpfile.xml' |openssl base64
IxcfhXNHlw+1bbDFu0kp8KRylpU=
How can I take a value such as IxcfhXNHlw+1bbDFu0kp8KRylpU= and derive the…
Tandy Freeman
- 173
- 1
- 5