feat: update readme

This commit is contained in:
2023-12-09 16:38:41 +08:00
parent 36fcaab6be
commit d75a88c90c

View File

@@ -70,12 +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 |
| ecdh | ECDH(secp256r1) | PIV Slot |
| ecdh-p384 | ECDH(secp384r1) | PIV Slot |
| 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 |
Smart Card(Yubikey) protected ECDH Encryption description: