Top "Sha256" questions

sha256 stands for Secure Hash Algorithm-256.

Why base64 a sha1/sha256 hash?

can anybody tell me why amazon want a base64 of the hmac-sha1/sha256 hash? http://docs.amazonwebservices.com/AmazonSimpleDB/latest/…

amazon-web-services base64 sha1 sha256 hmac
Is SHA-256 Case Insensitive?

I'm running a service that is using SHA-256 on two sides of the application - one is a server-side PHP …

php ios sha256
xcode ios HMAC SHA 256 hashing

So I'm trying to figure out how to do a hmacshad256 hash on ios as that's the hash I did …

ios objective-c cryptography hmac sha256
Sha256 in Objective-C for iPhone

When I use this code to create a sha256 of a string unsigned char hashedChars[32]; NSString *inputString; inputString = [NSString stringWithFormat:@"…

iphone objective-c xcode hash sha256
Library providing various hash algorithms (MD5, SHA1, SHA256, etc) in Java?

Is there a simple library out there for Java in a Maven repository that will give me simple, one-liner hash …

java md5 sha1 sha256 sha512
SHA256 digest in perl

I need to do SHA256 hashing of email addresses and I need the result as a String. I tried the …

perl hash md5 sha sha256
signature with SHA256

I have a smartcard and I need to sign a file with this. That is a big problem as I …

rsa sha1 signature sha256 rsacryptoserviceprovider
SHA256 performance optimization in C

I need to hash a big database of values quite often. Thus, a fast implementation of a SHA-2 hasher is …

c optimization sha256
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
ModuleNotFoundError: No module named 'Crypto'

I installed Crypto module and SHA256 but showing ModuleNotFoundError :- Traceback (most recent call last): File "Digitalsig.py", line 1, in …

python cryptography sha256 pycrypto rsa-sha256