Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.23 KB

Cyphra

Cyphra Logo

Cyphra is a basic Python payload encoder designed to enhance the stealth and evasion capabilities of your payloads against most basic anti-virus software. By encrypting your Python payloads using a custom algorithm and generating random encryption keys, Cyphra significantly reduces the chances of detection by basic anti-virus scanners.

Features

  • Advanced Payload Encryption: Cyphra employs a custom encryption algorithm to securely encrypt Python payloads, ensuring a higher level of protection against anti-virus detection.
  • Random Encryption Keys: The system generates random encryption keys, making it difficult for signature-based anti-virus solutions to identify and block the encrypted payloads.
  • Optional Payload Compilation: Cyphra allows you to compile your encrypted payload into a standalone executable (.exe) for added convenience and portability.
  • User-Friendly CLI: With an easy-to-use command-line interface, encrypting your payloads becomes a seamless process.

Installation

Clone the Cyphra repository:

https://github.com/breaching/Cyphra.git
cd cyphra
pip install pyinstaller
py Cyphra.py

If you find Cyphra useful, don't forget to give it a ⭐️!