Questions tagged [gost3411]

A message digest algorithm represents the functionality of an one-way hash function for computing a fixed sized data value (message digest, hash) from input data of arbitrary size.

A message digest algorithm represents the functionality of an one-way hash function for computing a fixed sized data value (message digest, hash) from input data of arbitrary size.

The length of the resulting hash value usually is shorter than the length of the input data. Using a one-way hash function will make it easy to compute the hash from the given data, but hard to go the reverse way for calculating the input data when only the hash is known. Furthermore, a proper hash function should avoid any collision, meaning that it has to be hard to find two different messages producing the same hash value.

The GOST3411 message digest algorithm produces a 256-bit hash-value of the given input data.

Source: http://javadoc.iaik.tugraz.at/iaik_jce/current/iaik/security/md/GOST3411.html

3 questions
2
votes
2 answers

gost-crypto hash algorithm in php5.6

In alpha release of php5.6 a new hash algorithm gost-crypto was added. I tried to look into documentation but the only information I found that it is added and nothing else. Also there is no information on google (due to the fact that it was…
Salvador Dali
  • 214,103
  • 147
  • 703
  • 753
0
votes
1 answer

Bouncycastle GOST 34.311 hash differ from test examples differ

could you, please, help with bouncycastle for hash function GOST 34.311. Somehow results are diffferent from test vector. Wiki says: "GOST("The quick brown fox jumps over the lazy dog")…
Bogdan
  • 702
  • 3
  • 6
  • 22
-1
votes
2 answers

Add GOST3411 digest algorithm to Adobe Reader

I was able to sign a pdf file using GOST3411 digest and ECGOST3410 signature algorithm. Now, I want Adobe Reader to read the signature, but it says that there is no digest algorithm or digest is unknown. Whatever, the reader could not decrypt…
Big Sam
  • 29
  • 8