Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/openpgp-spec
Simplified, modular OpenPGP specification
https://github.com/singpolyma/openpgp-spec
Last synced: about 1 month ago
JSON representation
Simplified, modular OpenPGP specification
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-spec
- Owner: singpolyma
- License: cc0-1.0
- Created: 2013-01-02T21:16:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-04T22:11:34.000Z (almost 12 years ago)
- Last Synced: 2024-10-15T11:34:34.768Z (3 months ago)
- Size: 164 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Simplified, modular OpenPGP specification
OpenPGP is a data encoding and set of practises for interoperability of cryptographic applications. It is fully specified by RFC4880. The full specification, however, is quite long and includes both many features that specific applications do not need and many features targeted at backwards compatibility with very old versions of the specification.
This set of documents is an attempt to produce both a simplified OpenPGP specification, trimming deprecated and outright insecure practices, as well as a modular specification, so that application authors can easily implement just the features that they need.
This specification will always remain 100% compatible with IETF-published OpenPGP specifications, but does not seek to cover all of the possible features. That is, data produced according to this specification will always be useable by full implementations of OpenPGP, but data produced by full implementations may not be useable with implementations of this specification.
The existance of this specification does not constitute a recommendation that you write OpenPGP-handling code yourself. If there exists a library for your platform, you should use that and contribute to it where it is deficient. Security is hard, and even the best experts make mistakes.