https://github.com/edbcrepo/xor-ofuscator
Simple & easy to use XOR Ofuscator
https://github.com/edbcrepo/xor-ofuscator
Last synced: 4 months ago
JSON representation
Simple & easy to use XOR Ofuscator
- Host: GitHub
- URL: https://github.com/edbcrepo/xor-ofuscator
- Owner: EDBCREPO
- Created: 2024-07-10T23:52:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:42:22.000Z (11 months ago)
- Last Synced: 2024-07-13T03:02:58.689Z (11 months ago)
- Language: C++
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XOR-Ofuscator
The most simplest XOR Ofuscator# Usage
```bash
💻: XOR ?out=/PATH/TO/FILE/ ?in=/PATH/TO/FILE/B ?sec=SECRET_KEY
💻: XOR ?file=/PATH/TO/FILE ?sec=SECRET_KEY
💻: cat /PATH/TO/FILE | XOR ?sec=SECRET_KEY```
# Build
```bash
# Clone the project
💻: git clone https://github.com/EDBCREPO/XOR-Ofuscator# Compile the Porject
💻: g++ -o XOR main.cpp```