Top "Sha1" questions

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

How to SHA1 hash a string in Android?

In Objective C I've been using the following code to hash a string: -(NSString *) sha1:(NSString*)stringToHash { const char *…

android hash sha1
Password hash function for Excel VBA

I need a function written in Excel VBA that will hash passwords using a standard algorithm such as SHA-1. Something …

excel vba hash sha1
Hashing a file in Python

I want python to read to the EOF so I can get an appropriate hash, whether it is sha1 or …

python hash md5 sha1 hashlib
Java calculate hex representation of a SHA-1 digest of a String

I'm storing the user password on the db as a sha1 hash. Unfortunately I'm getting strange answers. I'm storing the …

java hash sha1
Is it possible to reverse a sha1?

Is it possible to reverse a sha1? I'm thinking about using a sha1 to create a simple lightweight system to …

security sha1
How to generate random SHA1 hash to use as ID in node.js?

I am using this line to generate a sha1 id for node.js: crypto.createHash('sha1').digest('hex'); The …

javascript node.js random sha1 entropy
HMAC-SHA1 in bash

Is there a bash script to generate a HMAC-SHA1 hash? I'm looking for something equivalent to the following PHP code: …

bash sha1 hmac
Convert a string to a byte array in PowerShell version 2

What I'm trying to do is use SHA1 UTF-8 encryption and then base64 encoding and on a password string value. …

powershell encoding utf-8 bytearray sha1
How can I get the MD5 fingerprint from Java's keytool, not only SHA-1?

As I want to use Google maps in my application, I need the debug certificates' MD5 fingerprint. I tried following.: (…

android google-maps md5 sha1 fingerprint