Top "Sha1" questions

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

Objective C: SHA1

How do i sha1 a string or set of numbers in Objective c?

c objective-c hash sha1
SSL encryption, SHA-1 and SHA-2

I am trying to implement SHA-2 encryption instead of SHA-1. For this, I know that the number of bits between …

encryption ssl sha1 hash-function sha2
How do I check if my SSL Certificate is SHA1 or SHA2 on the commandline

How do I check if my SSL Certificate is using SHA1 or SHA2, from the commandline? And yes, i this …

ssl openssl sha1 sha sha256
How to decrypt a string encrypted with HMACSHA1?

I'm an encryption novice trying to pass some values back and forth between systems. I can encrypt the value, but …

.net cryptography sha1 hmac cryptographic-hash-function
Ruby way to generate a HMAC-SHA1 signature for OAuth

I'm writing a small ruby program to play with Twitter over OAuth and have yet to find a right way …

ruby cryptography twitter-oauth sha1
Extract the SHA1 hash from a torrent file

I've had a look around for the answer to this, but I only seem to be able to find software …

python hash extract sha1 bittorrent
What is "salt" when relating to MYSQL sha1?

What is "salt" when relating to MYSQL sha1? I have no idea what salt is when relating to sha1 password …

mysql sha1 salt
How to get (only) author name or email in git given SHA1?

I would like to check for author's e-mail and name, surname to verify who's pushing to my repo. Is there …

git commit sha1 author
Android: Google Map v2 not showing map for release apk

My google map app works fine on device with debug google map API KEY but when I create signed apk …

android api google-maps keystore sha1
How can I pass git SHA1 to compiler as definition using cmake?

In a Makefile this would be done with something like: g++ -DGIT_SHA1="`git log -1 | head -n 1`" ... This is …

git cmake sha1