furjac / FG_Crypter

This is a crypter built out of python this can crypt any exe using the aes-256bit encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license GitHub stars GitHub all releases Join the FG_Teams discord server GitHub release (latest SemVer)

FG_Crypter

FG_Crypter is a Python-based crypter that uses AES-256 bit encryption to encrypt executable files.

Usage

  1. Install Python on your Windows PC or laptop. Make sure to check the "add to path" option during installation.
  2. Download this repository to your computer or laptop (Windows only).
  3. Alternatively, you can download the latest release without cloning the entire repository.
  4. Navigate to the directory where you downloaded the repository.
  5. Open the command prompt and run the following command:
pip install requirements.txt
  1. if u want more security in ur exe u can add the --clang in the compilation of nuitka code

This will install the required dependencies.

Features

The FG_Crypter offers the following options:

  1. Encrypt an executable file.
  2. Decrypt an encrypted executable file. Make sure to save the encryption key, as it will be lost if not preserved.
  3. Quit the program.

Executable

For users who cannot execute Python code directly, an executable file called "FG_Crypter.exe" is available in the releases section of this repository.

Help Needed

If you have knowledge of stub and runtime components and would like to contribute, please open an issue or contact me through direct message. I am also conducting research on this topic and would appreciate any assistance in making this project cleaner and more efficient.

If you have any questions or need further assistance, feel free to reach out.

Enjoy using FG_Crypter!

About

This is a crypter built out of python this can crypt any exe using the aes-256bit encryption

License:MIT License


Languages

Language:Python 100.0%