Skip to content

andrewr94/pen_test_toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pen_test_toolkit

xor_decoder

To XOR two strings, $ python3 xor_decoder.py [string1] [string2]
The XOR result will be outputed to the terminal.

To XOR a string with a single character key, $ python3 xor_decoder.py [string] -s_key
The ciphered strings will be outputed to a file named "decoded_input.txt"

To XOR a file with a single character key, $ python3 xor_decoder.py [filename] -s_key -file
The ciphered strings will be output to a file named "decoded_file.txt"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%