Skip to content

SameerTrivedi1/CipherX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

🔐CipherX — Shellcode Encrypter & Obfuscator

CipherX is a C/C++ based tool designed for encoding, encrypting, and obfuscating binary payloads using multiple techniques. The goal of this project is to demonstrate evasion strategies, strengthen red team knowledge, and support security research in malware analysis, cryptography, and reverse engineering.

⚠️ Disclaimer: This project is intended for educational and research purposes only. Do not use it for unauthorized access or malicious activity. The author assumes no liability for misuse.

#Features

Multiple Encoding/Obfuscation Techniques

  • XOR Obfuscation

  • RC4 Encryption

  • Base64 Encoding

  • IPv4 Representation

  • IPv6 Representation

  • MAC Address Encoding

  • UUID Representation

Interactive CLI Menu

  • Simple text-based menu for selecting techniques.

  • Input handling with validation and error checks.

Modular Implementation

  • Each algorithm implemented as a dedicated function.

  • Easy to extend with new encoding/encryption methods.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors