Metadata-Version: 2.4
Name: ntrs-nebula
Version: 1.0.0
Summary: NTRS: Zero-Point Optical Encryption Protocol
Home-page: https://github.com/kcvabeysinghe/ntrs-nebula
Author: CHETHANA ABEYSINGHE
Author-email: chethanaabeysinghe95@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: reedsolo
Requires-Dist: argparse
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

﻿NTRS Nebula: Zero-Point Optical Encryption

Version 1.0 | Created by CHETHANA ABEYSINGHE

NTRS (Nano-Topographic Radial Steganography) is a revolutionary optical encryption protocol. It replaces traditional text-based keys with Invisible Zero-Point Dots.

🚀 Features

Zero-Point Logic: Wipes data values, stores only coordinates.

Nebula Hash: Custom non-linear chaos math (No AES).

Matrix Stealth: 100% Invisible Alpha-Channel encoding.

Parity Check: Auto-corrects data stream errors.

📦 How to Use

1. Encrypt (Create a Key)

Turn your text into an invisible dot.

NTRS_Nebula.exe encrypt --text "My Secret Password" --image key.png --password "123"


2. Decrypt (Read a Key)

Read the invisible dot back into text.

NTRS_Nebula.exe decrypt --image key.png --password "123"


Copyright (c) 2025 [YOUR NAME]. All Rights Reserved.
