HIEW tutorial hexadecimal editor part 4 encrypting and decrypting with XOR


<iframe width="560" height="315" src="https://www.youtube.com/embed/2JoMSbUY6YA" frameborder="0" allowfullscreen></iframe><br /> Commands used in the video:

Command Action

F3 + F8

Set the XOR ASCII/Hex string to be used as a key to XOR with the file data

F8

Apply 1 step of XOR operation to the data at the current cursor position.

cryptopals.com challenge Challenge used as an example in this video. See also other posts in the series: