/XOR-Files

Powershell & Python XOR 2 Files

Primary LanguagePowerShell

XOR-Files

Powershell & Python XOR 2 Files

Usage:

Python

./xor.py file1 file2 outputFile

Powershell

./xor.ps1 file1 file2 outputFile

Example

Python

./xor.py C:\a.txt C:\b.txt C:\result.txt

Powershell

./xor.ps1 C:\a.txt C:\b.txt C:\result.txt