Top "Sha1" questions

SHA-1 is a cryptographic hash function designed by the U.S. Government as a Federal Information Processing Standard.

Making a sha1-hash of a row in Oracle

I'm having a problem with making a sha1-hash of a row in a select on an Oracle database. I've …

oracle hash sha1
Is it possible to get identical SHA1 hash?

Given two different strings S1 and S2 (S1 != S2) is it possible that: SHA1(S1) == SHA1(S2) is True? If …

cryptography hash sha1 checksum
google maps api for android, getting SHA1 cert instead of MD5

when i try to get the MD5 fingerprint using keytool, I get a SHA1 fingerprint instead and the google maps …

android google-maps md5 sha1 fingerprint
Probability of SHA1 collisions

Given a set of 100 different strings of equal length, how can you quantify the probability that a SHA1 digest collision …

hash sha1 probability
How do I do a SHA1 File Checksum in C#?

How do I use the SHA1CryptoServiceProvider() on a file to create a SHA1 Checksum of the file?

c# .net sha1 checksum
How does git compute file hashes?

The SHA1 hashes stored in the tree objects (as returned by git ls-tree) do not match the SHA1 hashes of …

git hash sha1 checksum git-hash
Why use SHA1 for hashing secrets when SHA-512 is more secure?

I don't mean for this to be a debate, but I'm trying to understand the technical rationale behind why so …

hash sha1 sha512
Converting char* to unsigned char*

How do I copy a char* to a unsigned char* correctly in C. Following is my code int main(int …

c char sha1 unsigned strcpy
sha1 password hash linux

What i want is to be able to get the sha1 hashed value of a particular password. So for instance …

linux bash shell cryptography sha1
Hash collision in git

What would actually happen if I had a hash collision while using git? E.g. I manage to commit two …

git hash sha1 hash-collision