Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 653 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 653 Bytes

APDU Parser

APDU Parser is a Python library designed to convert APDU command byte text into a readable dictionary format and output it as JSON. This tool simplifies the analysis and debugging of APDU commands by transforming raw byte sequences into human-readable data structures.

Features

  • APDU Byte Text Conversion: Converts APDU command byte text into a structured dictionary.
  • JSON Output: Outputs the parsed APDU data in JSON format for easy readability and integration with other tools.
  • User-Friendly: Designed with a focus on simplicity and ease of use, making it accessible for both beginners and experienced developers.