Encrypted socket communication and secure tunneling for Python
Project description
netcrypt
Secure socket communication and tunneling for Python
Overview
netcrypt is a Python library designed to simplify encrypted communication over networks. It supports AES and RSA encryption, secure tunnel setup, and socket communication for secure file transfers or messaging.
Features
- AES & Fernet encryption for data-in-transit
- RSA key generation and usage for asymmetric encryption
- Encrypted TCP client-server sockets
- Command-line interface for tunnels and key management
- Optional tunnel threading support for background services
Installation
pip install netcrypt
Usage
Generate AES Key:
netcrypt keygen --generate --keyfile aes.key
Start Secure Tunnel:
Server
netcrypt tunnel --mode server --keyfile aes.key --host 0.0.0.0 --port 9000
Client
netcrypt tunnel --mode client --keyfile aes.key --host 127.0.0.1 --port 9000
Generate RSA Key Pair:
netcrypt rsagen --out-private rsa_private.pem --out-public rsa_public.pem
Project Structure
netcrypt/
├── encryptors.py
├── key_manager.py
├── sockets.py
├── tunnel.py
├── cli.py
└── __init__.py
Run Tests
pytest tests/
License
MIT License
Copyright (c) 2025 Raghava Chellu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netcryptx-0.1.0.tar.gz.
File metadata
- Download URL: netcryptx-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c68d8e0ea5b1bef8b8f6429bba2cdfd301206aa86a973bb6715ddd297e4c00c
|
|
| MD5 |
1faab17da360d0aca105416fbbc849de
|
|
| BLAKE2b-256 |
931bbaeeb0361f362f34e3bf6471dad254e105a6acf4dfdbdbd6eaa73fc3b388
|
File details
Details for the file netcryptx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: netcryptx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82154d4d2fab30f74545b9eed800c1135c92d643706fda6fd418324f74e693e7
|
|
| MD5 |
2c192c8edc3aaf3ef04c64e704a331cc
|
|
| BLAKE2b-256 |
81cb537696718218f492cb70990c23806bf121b2f55711ce06d9cb00fde15d1a
|