schrodyn / XOR-Files

Powershell & Python XOR 2 Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Powershell & Python XOR 2 Files


Languages

Language:PowerShell 58.6%Language:Python 41.4%