Top "Sha1" questions

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

Android SHA1 release keystore not working with Google Maps

I am using the Google Maps Android API and I'm running into some issues. I am signing my apk with …

android google-maps sha1
How can I retrieve a salt from LDAP?

The organization that I work for uses PPolicy (an OpenLDAP module) to automatically salt and hash passwords. Unfortunately, I don't …

sha1 salt openldap ssha
Find the git branch or branches from commit id

Actually am try to get a report on merge conflicts. I used 'git blame' to see who has changed what …

git commit sha1 git-branch blame
What is better? Password_hash vs. SHA256 vs. SHA1 vs. md5

What is better with salt for password storage? MD5: $hash = md5($password . $salt); Password_hash: $hash = password_hash($password, PASSWORD_…

md5 store sha1 sha256 password-hash
Hash algorithm with alphanumeric output of 20 characters max

I need an hash algorithm that outputs an alphanumeric string that is max 20 characters long. For "alphanumeric" I mean [a-zA-Z0…

hash md5 sha1
How insecure is a salted SHA1 compared to a salted SHA512

SHA1 is completely insecure and should be replaced. This question is 8+ years old and times have changed: https://arstechnica.com/…

php security hash sha1 sha512
SHA1 hashing in Rails

I have database with following fields: id, q_id, text, session etc. and I have already 2 records there. I want …

ruby-on-rails sha1
iPhone and HMAC-SHA-1 encoding

im trying to get a call to amazon web service and im stuck on getting the signature, looked at this …

iphone sha1 hmac
How to base64 encode a SHA-1 hash in Scala and Play Framework?

I would like to base64 encode a generated SHA-1 hash in Scala using Play Framework. This works for me in …

scala base64 playframework sha1 java
What are the chances that two messages have the same MD5 digest and the same SHA1 digest?

Given two different messages, A and B (maybe 20-80 characters of text, if size matters at all), what is the …

math md5 sha1 digest hash-collision