Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How decrypt keccak algorithm [closed]

I am preparing a presentation about Keccak (http://keccak.noekeon.org/).

In that presentation, I would like to encrypt a plain-text – which brings up the following questions:

  1. What is the exact role of the padding function (how do we obtain a cube of 1600 bits from 64 bit)?
  2. After encrypting the text, how can we decrypt it again?
like image 269
user2404953 Avatar asked Feb 15 '26 08:02

user2404953


1 Answers

You cannot "decrypt" the output of Keccak, since it isn't an encryption algorithm, but a one way hash function. Instead, you use it for verifying that a hash value is indeed the hash output of a particular text (which you must know already), simply by calculating the hash of the text, and comparing the output to the first hash value.

like image 164
Henrick Hellström Avatar answered Feb 18 '26 01:02

Henrick Hellström



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!