Metadata-Version: 2.4
Name: dkrypt
Version: 0.1.0
Summary: AI-powered data format analyzer and decoder
Author: Kamesh S
License-Expression: 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,decoder,encoding,hash,jwt,python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
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
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
