0xCipherLink
Secure File Transfer Tool
0xCipherLink, a secure file transfer tool designed by 0x4m4. This tool ensures your files are transferred safely and confidentially over the network using strong encryption methods.
Features
- AES-256 Encryption: Ensures that your files are encrypted with one of the strongest encryption standards.
- PBKDF2 Key Derivation: Uses a robust key derivation function with salt and multiple iterations to protect your password.
- User-Friendly Interface: Simple and intuitive GUI built with Tkinter.
- File Integrity: Maintains file name and integrity during transfer.
Why 0xCipherLink?
Unlike other online file sharing tools that might expose your files to security vulnerabilities or data breaches, 0xCipherLink ensures end-to-end encryption. Your files are encrypted locally on your machine before being sent over the network, ensuring that only the intended recipient can decrypt and access them. It also works on all platforms, weather its an windows machine, linux, mac, or an android phone.
Requirements
To run 0xCipherLink, you need to have the following installed:
- Python 3.x
- Required Python libraries:
tkintersocketcryptography
Installation
-
Clone the Repository:
git clone https://github.com/0x4m4/0xCipherLink.git cd 0xCipherLink -
Install the Required Libraries:
pip install cryptographypip install socketpip install tkinter
Usage
-
Run the Tool:
