Skip to content

The-Real-Virus/Converter-For-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💀Converter-For-Data💀

📜Description

This script is a powerful and versatile data converter that supports multiple encoding and encryption formats. Whether you need to convert binary, hexadecimal, Base64, Base58, ROT13, Offset, or even encrypt/decrypt data using RSA, AES, and 3DES, this tool has you covered!

🔑Features

  • Binary to ASCII
  • ASCII to Binary
  • Hexadecimal to ASCII
  • ASCII to Hexadecimal
  • Base64 to ASCII
  • ASCII to Base64
  • Base58 to ASCII
  • ASCII to Base58
  • ROT13 to ASCII
  • ASCII to ROT13
  • Offset to ASCII
  • ASCII to Offset
  • RSA to ASCII
  • ASCII to RSA
  • AES to ASCII
  • ASCII to AES
  • 3DES to ASCII
  • ASCII to 3DES

🚀Step-by-Step Guide in Linux Terminal !

Step 1: Update & upgrade your system

sudo apt update

sudo apt upgrade

Step 2: install Dependencies

sudo apt install python3-base58

sudo apt install python3-cryptography

sudo apt install python3-colorama

Step 3: Clone the repository

git clone https://github.com/The-Real-Virus/Converter-For-Data.git

Step 4: Go to the Tool Directory where u clone it

cd Converter-For-Data

Step 5: After Completing the process now u can run script

python3 coverter.py

💡Tips !

🌐 Check Dependencies: Install required Python libraries before running the script.
⚡ Use a Secure Key: For AES, 3DES, and RSA, make sure to use a valid key or generate one before decryption.
🔄 Ensure Proper Formatting: Input data correctly based on the selected conversion type.

🤝Follow the Prompts !

  1. Run the script
  2. Choose the desired conversion type from the menu.
  3. Enter your data when prompted.
  4. View the converted result instantly!

⚙️Troubleshooting

  1. Issue: Encoding/Decoding Errors?:
  • Ensure the input data is in the correct format for the chosen conversion.
  1. Issue: Missing Libraries?:
  • read the requirements.txt file, (cat requirements.txt) or (gedit requirements.txt).
  1. Issue: Permission Denied?:
  • try with sudo.
  1. Issue: Python3 or pip not found?:
  • read the requirements.txt file, (cat requirements.txt) or (gedit requirements.txt).
  1. Issue: RSA Key Issues?:
  • Make sure to use the correct private/public keys for encryption and decryption.

🛠️MODIFICATION

IF U WANT TO MODIFY OR USE THE SCRIPT IN UR PROJECTs , CONSIDER GIVING CREDITS !

📂Example OutPut

#### ✅ **Binary to ASCII**  
**Input:**  
```
01001000 01100101 01101100 01101100 01101111
```  
**Output:**  
```
Hello
```  

#### ✅ **Base64 to ASCII**  
**Input:**  
```
SGVsbG8=
```  
**Output:**  
```
Hello
```  

#### ✅ **AES Encryption & Decryption**  
**Input:**  
```
Plaintext: Hello  
Key: mysecretkey123
```  
**Output:**  
```
Encrypted: 5d41402abc4b2a76b9719d911017c592
Decrypted: Hello
```  

⚠️Disclaimer !

This tool is intended for ethical and educational use only.
Do not use it for illegal activities. The author is not responsible for any misuse.
This script is intended for educational purposes and authorized testing only.
Unauthorized use of this script is illegal and unethical.
Ensure you have explicit permission before testing any system.

  • Obtain explicit permission before testing any system.
  • Adhere to all applicable laws and regulations.
  • Respect user privacy and data.
  • By using this script, you agree to take full responsibility for your actions.

Releases

No releases published

Packages

No packages published

Languages