Top "Sha256" questions

sha256 stands for Secure Hash Algorithm-256.

Using crypto node.js Library, unable to create SHA-256 Hashes multiple times in rapid succession

I am creating a hash of an auto-incrementing number. I have created two example loops of how I'm trying to …

javascript node.js hash cryptography sha256
How to get Ruby generated HMAC for SHA256 that is url safe to match Java?

I have a tomcat server running some Java code that lets users authenticate using an API key. The request uses …

java ruby sha256 hmac
Is there an equivalent of PHP's hash_hmac in Python/Django?

I want to forward my visitors to a 3rd party paysite. This 3rd party will process their payment and POST …

php python django sha256
Glassfish Security - jdbcRealm: How to configure login with SHA-256 digest

I use jdbcRealm for security in my glassfish v3.0.1 b22. It is set up so that it use the USER …

java glassfish digest sha256 jdbcrealm
Is there a keyed SHA256 hash algorithm that is FIPS compliant for .NET?

I am creating a keyed SHA256 hash using HMACSHA256 with the following code: HMACSHA256 hmac = new HMACSHA256(Encoding.UTF8.GetBytes(…

c# .net hash sha256 fips