Metadata-Version: 2.3
Name: stegnet
Version: 1.0.0
Summary: A network steganography toolkit for covert communication over TCP, ICMP, DNS, and HTTP.
License: MIT
Keywords: steganography,network,covert,communication,TCP,ICMP,DNS,HTTP
Author: Abhigyan Trips
Author-email: contact@abhigyantrips.dev
Requires-Python: >=3.12,<4
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Dist: cryptography (>=44.0.2,<45.0.0)
Requires-Dist: flask (>=3.1.0,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: scapy (>=2.6.1,<3.0.0)
Requires-Dist: typer (>=0.15.2,<0.16.0)
Project-URL: github, https://github.com/Srujansgit/StegNet
Description-Content-Type: text/markdown

# StegNet

StegNet is a network steganography toolkit for covert communication over TCP, ICMP, DNS, and HTTP. It integrates encryption, message hiding, packet manipulation, and traffic analysis into a modular, scalable design using OOP principles.

