Metadata-Version: 2.4
Name: lakersin5
Version: 1.0.1
Summary: Pure Python cryptographic algorithms and cybersecurity command cheatsheets.
Author-email: lebron <youremail@example.com>
License: MIT
Keywords: cryptography,cybersecurity,python,algorithms
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# lakersin5

`lakersin5` is a pure Python package containing cryptographic algorithm implementations and cybersecurity command cheatsheets.

## 🛡️ Included Cryptographic Algorithms

- ECC (Encryption & Digital Signature)
- ElGamal (Encryption & Decryption)
- RSA (Encryption & Digital Signature)
- Rabin Cryptosystem
- Legendre and Jacobi Symbols
- Diffie-Hellman Key Exchange
- DES, AES, Simplified DES

## 🧰 Cheatsheets Included

Text-based command references for tools like:

- hping3
- johntheripper
- hashcat
- hydra
- OWASP ZAP
- Burp Suite
- nmap
- openssl
- FTK Imager
- Volatility
- iptables
- snort

## 📦 Installation

```bash
pip install lakersin5
