Top "Sha1" questions

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

Java String to SHA1

I'm trying to make a simple String to SHA1 converter in Java and this is what I've got... public static …

java string sha1
Simple (non-secure) hash function for JavaScript?

Possible Duplicate: Generate a Hash from string in Javascript/jQuery Can anyone suggest a simple (i.e. tens of lines …

javascript hash md5 sha1
SHA1 vs md5 vs SHA256: which to use for a PHP login?

I'm making a php login, and I'm trying to decide whether to use SHA1 or Md5, or SHA256 which I …

php login md5 sha1 sha256
Hashing with SHA1 Algorithm in C#

I want to hash given byte[] array with using SHA1 Algorithm with the use of SHA1Managed. The byte[] hash …

c# hash byte sha1 hashcode
Generate SHA-1 for Flutter/React-Native/Android-Native app

I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I …

android react-native flutter dart sha1
Check if my SSL Certificate is SHA1 or SHA2

I have tried to find the answer to this but I couldn't find an answer... How do I check if …

sha1 sha2
Is it possible to decrypt SHA1

Is it possible to decrypt(retain the actual string) the password which is saved in db using SHA1 algorithm. Example:…

security spring-security sha1 sha
How to add SHA-1 to android application

I'm trying to create a dynamic link in Firebase, when I'm selecting the android app, it shows an error saying "…

android firebase sha1 firebase-dynamic-links
Storing SHA1 hash values in MySQL

I have a simple question which occured when I wanted to store the result of a SHA1 hash in a …

mysql database-design hash sha1
Is calculating an MD5 hash less CPU intensive than SHA family functions?

Is calculating an MD5 hash less CPU intensive than SHA-1 or SHA-2 on "standard" laptop x86 hardware? I'm interested in …

hash cryptography md5 sha1 sha2