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:
[Part 1](https://yurisk.info/2017/05/23/HIEW-hex-editor-tutorials-series-part-1-the-history/index.html) [Part 2](https://yurisk.info/2017/05/24/HIEW-hex-editor-tutorials-series-part-2-basics/index.html) [Part 3](https://yurisk.info/2017/07/03/HIEW-hex-editor-tutorials-series-part-3-navigation/index.html) [Part 5](https://yurisk.info/2017/07/29/HIEW-tutorial-hexadecimal-editor-part-5-using-Crypto-module-to-program-a-keygen/index.html) [Part 6](https://yurisk.info/2017/09/05/HIEW-tutorial-hexadecimal-editor-part-6-using-HEM-modules/index.html)