An open API service indexing awesome lists of open source software.

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

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

```