Metadata-Version: 2.4
Name: cyber-easy
Version: 1.0.0
Summary: A modular CLI cybersecurity toolkit — password analysis, hashing, cipher, and port scanning
Author-email: Harmeet Singh Kalha <harmeet.singh.kalha@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Harmeet Singh Kalha
        
        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.
Keywords: cybersecurity,cli,toolkit,hashing,port-scanner
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Cyber-Easy

A modular command-line cybersecurity toolkit built in Python.

[![PyPI version](https://badge.fury.io/py/cybertoolkit-harmeet.svg)](https://pypi.org/project/cybertoolkit-harmeet/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/)

## Features

-  **Password Analyzer** — checks strength and gives actionable feedback
-  **Caesar Cipher** — encrypts and decrypts text with a custom shift
-  **Hash Generator** — generates MD5, SHA256, and SHA512 hashes
-  **Port Scanner** — scans common TCP ports on any IP address

## Installation

```bash
pip install cyber-easy
```

## Usage

```bash
cyber-easy
```

You'll see a menu — pick a tool by number and follow the prompts.

## Demo

```
========================================
   CyberToolkit — by Harmeet Singh Kalha
========================================

Available Tools:
  1. Password Analyzer
  2. Caesar Cipher
  3. Hash Generator
  4. Port Scanner
  0. Exit
```

## Requirements

- Python 3.8+
- No external dependencies — standard library only

## Legal Notice

Only scan IP addresses you own or have explicit permission to scan.
Unauthorised port scanning may be illegal in your jurisdiction.

## Author

Harmeet Singh Kalha
- GitHub: [@HarmeetKalha](https://github.com/HarmeetKalha)
- LinkedIn: [harmeetsinghkalha](https://linkedin.com/in/harmeetsinghkalha)

## License

MIT License — see [LICENSE](LICENSE) for details.
