Top "Sha256" questions

sha256 stands for Secure Hash Algorithm-256.

How to hash some string with sha256 in Java?

How can I hash some string with sha256 in Java? Does anybody know of any free library for this?

java cryptography sha256 cryptographic-hash-function
Generating a SHA-256 hash from the Linux command line

I know the string "foobar" generates the SHA-256 hash c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383…

linux shell sha256
How long is the SHA256 hash?

I'm going to run SHA256 on a password + salt, but I don't know how long to make my VARCHAR when …

mysql sha256
Hashing a string with Sha256

I try to hash a string using SHA256, I'm using the following code: using System; using System.Security.Cryptography; using …

c# string hash sha256
Hash String via SHA-256 in Java

By looking around here as well as the internet in general, I have found Bouncy Castle. I want to use …

java bouncycastle sha256 jce
How to use sha256 in php5.3.0

I'm using sha256 to encrypt the password. I can save the sha256 encrypted password in mysql. But i can't login …

php hash sha256
Are there any SHA-256 javascript implementations that are generally considered trustworthy?

I am writing a login for a forum, and need to hash the password client side in javascript before sending …

hash javascript sha256 sha2
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
Generate sha256 with OpenSSL and C++

I'm looking to create a hash with sha256 using openssl and C++. I know there's a similar post at Generate …

c++ unix openssl sha256
SHA-256 or MD5 for file integrity

I know that SHA-256 is favored over MD5 for security, etc., but, if I am to use a method to …

file hash md5 sha256