angad-k / Single-byte-XOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-byte-XOR

The repository includes Single byte XOR implementation in assembly. Both the '.asm' file and the executable are included.

Using the executable :

  • Run executable using
    ./xor
  • Pass the string as the first parameter, the key as the second parameter.
  • Press the enter to behold the single byte XOR in all it's glory.

About


Languages

Language:Assembly 100.0%