Metadata-Version: 2.4
Name: danger-ff-payload-tool
Version: 1.0.0
Summary: Encode/decode AES‑CBC encrypted protobuf payloads for FF
Author: T.ME/DANGER_FF_DEV
Author-email: dangertg738@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pycryptodome
Requires-Dist: protobuf
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Danger FF Payload Tool

A Python tool to encode and decode custom AES‑CBC encrypted protobuf payloads.  

## Features

- Encode dictionaries into protobuf binary (with optional AES‑CBC encryption)
- Decode hex, base64, or file inputs (auto‑detects plaintext vs encrypted)
- Support for nested messages and repeated fields (lists)
- Command‑line interface and Python API

## Installation

```bash
pip install danger-ff-payload-tool
