CSM-BlueRed / CryptMyRepl

A command-line tool to make your repl private.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command-line tool to make your repl private.

License:MIT License


Languages

Language:Python 100.0%