Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csm-bluered/cryptmyrepl
A command-line tool to make your repl private.
https://github.com/csm-bluered/cryptmyrepl
cryption encryption obf obfuscation python repl replit
Last synced: 27 days ago
JSON representation
A command-line tool to make your repl private.
- Host: GitHub
- URL: https://github.com/csm-bluered/cryptmyrepl
- Owner: CSM-BlueRed
- License: mit
- Created: 2022-09-03T18:52:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T13:47:19.000Z (over 2 years ago)
- Last Synced: 2025-01-03T23:34:38.339Z (29 days ago)
- Topics: cryption, encryption, obf, obfuscation, python, repl, replit
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptMyRepl
CryptMyRepl is a command-line tool to make your [repl](https://replit.com/~) private.
Any user that want to see files of the repl will be blocked by the cryption.
> by BlueRed
> made with
>
> ![](https://skillicons.dev/icons?i=py,vscode)## Previews
> usage
![](https://cdn.discordapp.com/attachments/976509056774705252/1015652943682359367/code.png)> setup
![](https://cdn.discordapp.com/attachments/976509056774705252/1015653266941558824/code.png)> final file
![](https://cdn.discordapp.com/attachments/976509056774705252/1015651929138921523/code.png)## 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.
```batch
python "./setup.py"
```### Create a private repl
Execute this command
```batch
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`