Top "Sha512" questions

The 512-bit version of the Secure Hash Algorithm.

How to hash a password with SHA-512 in Java?

I've been investigating a bit about Java String encryption techniques and unfortunately I haven't find any good tutorial how to …

java security hash passwords sha512
Best practice for hashing passwords - SHA256 or SHA512?

I am currently using SHA256 with a salt to hash my passwords. Is it better to continue using SHA256 or …

hash cryptography passwords sha256 sha512
What is the length of a hashed string with SHA512?

Is the length of a string hashed with sha512 always the same? If so, what is it?

hash sha512
How to encrypt a password that is inserted into a MySQL table?

I have some code to register that works, but I don't know how to hash the password. I want to …

php mysql hash sha512
Why use SHA1 for hashing secrets when SHA-512 is more secure?

I don't mean for this to be a debate, but I'm trying to understand the technical rationale behind why so …

hash sha1 sha512
How can I create an SHA512 digest string in Java using bouncy castle?

This unit test is failing: public void testDigest() throws NoSuchAlgorithmException { String hashExpected = "150a14ed5bea6cc731cf86c41566ac427a8…

java hash bouncycastle sha512
Reasons why SHA512 is superior to MD5

I was wondering if I could reasons or links to resources explaining why SHA512 is a superior hashing algorithm to …

cryptography md5 hash sha512
how to implement sha 512,md5 and salt encryption all for one password

$pass="test" the above variable contains a password called test.I want to hash this password using sha512 md5 and …

php cryptography md5 salt sha512
crypt(3) $6$ password hash algorithm (based on SHA-512) in Java?

I'm looking for a Java function to generate/verify password hashes that were encoded in the way crypt(3) does when …

java shadow sha crypt sha512
Why chose SHA512 over SHA384?

SHA384 is a truncated version of SHA512. But why would anyone use it? And corollary: if SHA384 is just as …

hash digest integrity sha512 sha2