Metadata-Version: 2.2
Name: OpenPGPKeyAnalyzer
Version: 0.1.5
Summary: Check OpenPGP Key files for known cryptographic vulnerabilities
Author: Alexander Bleicher
License: MIT
Project-URL: Repository, https://github.com/AlexBleicher/OpenPGP-Key-Analyzer
Keywords: security,cryptography,OpenPGP
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cffi
Requires-Dist: coloredlogs
Requires-Dist: cryptography
Requires-Dist: future
Requires-Dist: gmpy2
Requires-Dist: humanfriendly
Requires-Dist: pgpdump
Requires-Dist: pgpy
Requires-Dist: pyasn1
Requires-Dist: pycparser
Requires-Dist: pyreadline3
Requires-Dist: python-dateutil
Requires-Dist: roca-detect
Requires-Dist: setuptools
Requires-Dist: six

# OpenPGP-Key-Analyzer
An Open Source Python CLI, which can parse keyfiles conforming to the OpenPGP standard and analyze them for vulnerability to known cryptographic weaknesses

## Supported Formats
The Analyzer supports OpenPGP Key Files in ASCII-armored or Binary Format.<br>
Both [RFC 4880](https://www.rfc-editor.org/rfc/rfc4880.html) and [RFC 9580](https://www.rfc-editor.org/rfc/rfc9580.html) are supported.

