Skip to content

# FileEncryptor FileEncryptor — simple XOR file encrypt/decrypt demo (educational only). **Author:** NaldyXploit

Notifications You must be signed in to change notification settings

NaldyXploit-ID/FileEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileEncryptor

FileEncryptor — simple XOR file encrypt/decrypt demo (educational only).

Author: NaldyXploit

Overview

This is an auto-generated, legitimate starter project intended for learning and demonstration. The code is runnable on Termux and standard Linux systems. The example aims to be realistic and useful.

Requirements

  • Python 3.7+
  • pip (for installing requests where used)

Install & Run (Termux)

pkg update && pkg upgrade -y
pkg install git python -y
git clone https://github.com/YOUR_GITHUB_USERNAME/FileEncryptor.git
cd FileEncryptor
python3 -m pip install --user -r requirements.txt || true
python3 fileencryptor.py example.com

Install & Run (Linux - Debian/Ubuntu)

sudo apt update && sudo apt install python3 python3-pip git -y
git clone https://github.com/YOUR_GITHUB_USERNAME/FileEncryptor.git
cd FileEncryptor
python3 -m pip install --user -r requirements.txt || true
python3 fileencryptor.py example.com

Notes

  • This is educational code. Use responsibly and avoid abusive scanning or scraping.
  • Developer: NaldyXploit

About

# FileEncryptor FileEncryptor — simple XOR file encrypt/decrypt demo (educational only). **Author:** NaldyXploit

Resources

Stars

Watchers

Forks

Packages

No packages published