From 2d29e6eaed766f338a8d4d3bae3451b4eab4a7ae Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 9 Dec 2023 19:14:19 +0800 Subject: [PATCH] feat: update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6c49502..a0bda12 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,14 @@ Encrypt config `~/.tinyencrypt/config-rs.json`: Supported PKI encryption types: -| Type | Algorithm | Description | -|---------------|-----------------|------------------------------| -| pgp | PKCS1-v1.5 | OpenPGP Encryption Key | -| pgp-x25519 | ECDH(X25519) | OpenPGP Encryption Key | -| static-x25519 | ECDH(X25519) | Key Stored in KeyChain | -| ecdh | ECDH(secp256r1) | PIV Slot | -| ecdh-p384 | ECDH(secp384r1) | PIV Slot | -| key-p256 | ECDH(secp256r1) | Key Stored in Secure Enclave | +| Type | Algorithm | Description | +|---------------|-----------------|-----------------------------------------| +| pgp-rsa | PKCS1-v1.5 | OpenPGP Encryption Key (Previous `pgp`) | +| pgp-x25519 | ECDH(X25519) | OpenPGP Encryption Key | +| static-x25519 | ECDH(X25519) | Key Stored in KeyChain | +| piv-p256 | ECDH(secp256r1) | PIV Slot (Previous `ecdh`) | +| piv-p384 | ECDH(secp384r1) | PIV Slot (Previous `ecdh-p384`) | +| key-p256 | ECDH(secp256r1) | Key Stored in Secure Enclave | Smart Card(Yubikey) protected ECDH Encryption description: