Support signature #5

Closed
opened 2024-12-14 11:45:33 +08:00 by hatter · 1 comment
Owner

Add config-rs.json

{
  "signatures": [
    {
      "type": "key-p256", // P256 in Secure Enclave
      "sid": "short-id",
      "kid": "full key id",
      "desc": "description",
      "args": ["82"],
      "publicPart": "04**************"
    }
  ]
}
tiny-encrypt sign --key-id short-id_or_kid [--digest ff****ff ...]
Add `config-rs.json` ```json { "signatures": [ { "type": "key-p256", // P256 in Secure Enclave "sid": "short-id", "kid": "full key id", "desc": "description", "args": ["82"], "publicPart": "04**************" } ] } ``` ```shell tiny-encrypt sign --key-id short-id_or_kid [--digest ff****ff ...] ```
hatter added the enhancement label 2024-12-14 11:46:46 +08:00
hatter self-assigned this 2024-12-14 11:46:53 +08:00
Author
Owner

Card-cli should support this feature

Card-cli should support this feature
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hatter/tiny-encrypt-rs#5