Questions tagged [sha-3]

SHA-3 is a family of cryptographic hash functions, a successor to SHA-2.

SHA-3 is a family of cryptographic hash functions, intended to replace and .

SHA-3 was chosen by NIST in a competition started in November 2007. The winner was declared to be the Keccak family in October 2012. The other finalists in the competition were BLAKE, Grøstl, JH and Skein .

As of October 2012, SHA-3 has not yet been formally codified. It is intended that the next version of FIPS PUB 180 will specify Keccak functions with digest sizes 224, 256, 384, 512.

79 questions
-1
votes
1 answer

Is SHA3 output re-hashed a million times more secure than Scrypt?

I am using Scrypt to get a hash for my input and I didn't use SHA3 because I found out that it can be bruteforced with a dictionary attack to find the SHA3 output. Later I was told not to use Scrypt because it's unnecessary and just hash the output…
Wor Chan
  • 139
  • 1
  • 11
-1
votes
2 answers

How to convert an sha3 hash to an big integer in golang

I generated a hash value using sha3 and I need to convert it to a big.Int value. Is it possible ? or is there a method to get the integervalue of the hash ? the following code throws an error that cannot convert type hash.Hash to type int64…
enimert
  • 49
  • 1
  • 7
-1
votes
1 answer

SHA-3 digest of empty file

I have an implementation of SHA-3 hash algorithm in C, it works correctly with not-empty files, but when I try to get a digest of an empty file, I get the wrong digest. For example, if hash a file with only "a" letter, I…
complex
  • 19
  • 2
-1
votes
2 answers

How to calaculate HMAC-SHA3 in Android using Crypto.js?

I am using Android Studio 1.22 and JRE 1.8 with 64 bit JVM. How to import Crypto,js to Android? I want to calculate 6 digit OTP from HMAC output.
Amruth
  • 77
  • 2
  • 7
1 2 3 4 5
6