ports/textproc/py-signedjson/pkg/DESCR

11 lines
312 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Signs JSON objects with ED25519 signatures.
- More than one entity can sign the same object.
- Each entity can sign the object with more than one key making it
easier to rotate keys
- ED25519 can be replaced with a different algorithm.
- Unprotected data can be added to the object under the "unsigned" key.