Skip to content

CSM-BlueRed/CryptMyRepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptMyRepl

CryptMyRepl is a command-line tool to make your repl private. Any user that want to see files of the repl will be blocked by the cryption.

by BlueRed made with

Previews

usage

setup

final file

Usage

Setup

To setup CryptMyRepl, you need to lauch setup.py as administrator in a command line. Make shure that the directory printed is in your Python modules path.

python "./setup.py"

Create a private repl

Execute this command

python -m CryptMyRepl "./path/to/your-py-file.py"

This will create a new directory nammed repl on your current path and print a key and a value that you have to place it on the repl environ

╔> curernt dir ./
║    ╔> repl
║    ║   main.py // your obfuscated code
║    ║   key.txt // the cryption key

KEY NAME: CRYPTIONKEY