Matryoshka Protocol - Invisible secure messaging system
Project description
Matryoshka Protocol - Basic Edition
The world's first truly invisible secure messaging protocol.
Core Features
- Ghost Steganography: Messages hidden in normal web traffic
- Fractal Encryption: Self-healing Russian doll keys
- Perfect Invisibility: Mathematically indistinguishable from browsing
- Plausible Deniability: Cryptographic proof of innocence
Installation
pip install matp
Quick Start
from matp import MatryoshkaProtocol
# Create protocol instances
alice = MatryoshkaProtocol()
bob = MatryoshkaProtocol()
# Send invisible message
message = "This message is completely invisible!"
ghost_msg = alice.send_message(message, use_steganography=True)
# Receive and decrypt
received = bob.receive_message(ghost_msg)
print("Received:", received)
Perfect for developers who need basic invisible messaging capabilities.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
matp-0.1.0.tar.gz
(13.6 kB
view details)
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
matp-0.1.0-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file matp-0.1.0.tar.gz.
File metadata
- Download URL: matp-0.1.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f498d5af5bae62bde24d8a5e97dbc0befeffe4539be7431e8de2d13ae0331c5b
|
|
| MD5 |
5b7dda1e5f4ffffa88bebd9263ccc920
|
|
| BLAKE2b-256 |
b4b6bd4a40bd9f7fec4b1d1049ae811fbd842d442cc17f4382ba337e26daa5bd
|
File details
Details for the file matp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: matp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f147b0c62693c87422dd53886a82c5d818a3d3dc8f70039c4610ad61a0e52899
|
|
| MD5 |
3576fce31eda428cb90a8725d3c5fafd
|
|
| BLAKE2b-256 |
4bb8cc1302f3fdeba86b0ef4cb1375a96688c7dbab4d2a53f181b49fe1a8ccf5
|