cryptography - How decrypt keccak algorithm -


i preparing presentation keccak (http://keccak.noekeon.org/).

in presentation, encrypt plain-text – brings following questions:

  1. what exact role of padding function (how obtain cube of 1600 bits 64 bit)?
  2. after encrypting text, how can decrypt again?

you cannot "decrypt" output of keccak, since isn't encryption algorithm, 1 way hash function. instead, use verifying hash value indeed hash output of particular text (which must know already), calculating hash of text, , comparing output first hash value.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -