Metadata-Version: 2.4
Name: dkrypt
Version: 0.1.1
Summary: AI-powered data format analyzer, decoder, binary analyzer, image analyzer and YARA scanner.
Author-email: Kamesh S <your-email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/kamesh-the-hacker/dkrypt
Project-URL: Repository, https://github.com/kamesh-the-hacker/dkrypt
Project-URL: Issues, https://github.com/kamesh-the-hacker/dkrypt/issues
Keywords: ai,cybersecurity,forensics,decoder,encoding,binary,malware,yara,jwt,hash,steganography,python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.16.0
Requires-Dist: rich>=14.0.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: scikit-learn>=1.6.0
Requires-Dist: joblib>=1.5.0
Requires-Dist: Pillow>=11.0.0
Requires-Dist: lief>=0.16.0
Requires-Dist: pefile>=2024.8.26
Requires-Dist: pycryptodome>=3.23.0
Requires-Dist: requests>=2.32.0
Requires-Dist: beautifulsoup4>=4.13.0
Requires-Dist: lxml>=6.0.0
Requires-Dist: python-docx>=1.2.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: PyPDF2>=3.0.1
Requires-Dist: oletools>=0.60.2
Requires-Dist: exifread>=3.3.1
Requires-Dist: colorama>=0.4.6
Requires-Dist: tqdm>=4.67.1
Provides-Extra: yara
Requires-Dist: yara-python>=4.5.0; extra == "yara"
Provides-Extra: magic
Requires-Dist: python-magic>=0.4.27; extra == "magic"
Requires-Dist: python-magic-bin>=0.4.14; platform_system == "Windows" and extra == "magic"
Provides-Extra: full
Requires-Dist: yara-python>=4.5.0; extra == "full"
Requires-Dist: python-magic>=0.4.27; extra == "full"
Requires-Dist: python-magic-bin>=0.4.14; platform_system == "Windows" and extra == "full"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: build>=1.2.2; extra == "dev"
Requires-Dist: twine>=6.0.0; extra == "dev"
Requires-Dist: black>=25.0.0; extra == "dev"
Requires-Dist: flake8>=7.0.0; extra == "dev"
Dynamic: license-file

# Dkrypt

Dkrypt is an AI-assisted tool that identifies common data formats, explains why they were recognized, and decodes supported encodings.

## Features

- AI format detection
- Confidence score
- Base64 detection
- Hex detection
- URL encoding detection
- Hash identification
- JWT parsing
- HTML and JSON reports
