feat: udpate README
This commit is contained in:
12
README.md
12
README.md
@@ -115,7 +115,7 @@ Last, config key id to profile.
|
|||||||
Supported PKI encryption types:
|
Supported PKI encryption types:
|
||||||
|
|
||||||
| Type | Algorithm | Description |
|
| Type | Algorithm | Description |
|
||||||
|------------------|-----------------|-----------------------------------------|
|
|------------------|---------------------|--------------------------------------------------------|
|
||||||
| pgp-rsa | PKCS1-v1.5 | OpenPGP Encryption Key (Previous `pgp`) |
|
| pgp-rsa | PKCS1-v1.5 | OpenPGP Encryption Key (Previous `pgp`) |
|
||||||
| pgp-x25519 | ECDH(X25519) | OpenPGP Encryption Key |
|
| pgp-x25519 | ECDH(X25519) | OpenPGP Encryption Key |
|
||||||
| gpg | OpenPGP | GnuPG Command |
|
| gpg | OpenPGP | GnuPG Command |
|
||||||
@@ -123,9 +123,13 @@ Supported PKI encryption types:
|
|||||||
| static-kyber1024 | Kyber1024 | Key Stored in macOS Keychain Access |
|
| static-kyber1024 | Kyber1024 | Key Stored in macOS Keychain Access |
|
||||||
| piv-p256 | ECDH(secp256r1) | PIV Slot (Previous `ecdh`) |
|
| piv-p256 | ECDH(secp256r1) | PIV Slot (Previous `ecdh`) |
|
||||||
| piv-p384 | ECDH(secp384r1) | PIV Slot (Previous `ecdh-p384`) |
|
| piv-p384 | ECDH(secp384r1) | PIV Slot (Previous `ecdh-p384`) |
|
||||||
| key-p256 | ECDH(secp256r1) | Key Stored in macOS Secure Enclave |
|
| key-p256 | ECDH(secp256r1) | Key Stored in macOS Secure Enclave (using P256) |
|
||||||
|
| key-mlkem768 | ML-KEM(ML-KEM-768) | Key Stored in macOS Secure Enclave (using ML-KEM-768) |
|
||||||
|
| key-mlkem1024 | ML-KEM(ML-KEM-1024) | Key Stored in macOS Secure Enclave (using ML-KEM-1024) |
|
||||||
| ext-p256 | ECDH(secp256r1) | Key Protected by External Command |
|
| ext-p256 | ECDH(secp256r1) | Key Protected by External Command |
|
||||||
| ext-p384 | ECDH(secp384r1) | Key Protected by External Command |
|
| ext-p384 | ECDH(secp384r1) | Key Protected by External Command |
|
||||||
|
| ext-mlkem768 | ML-KEM(ML-KEM-768) | Key Protected by External Command |
|
||||||
|
| ext-mlkem1024 | ML-KEM(ML-KEM-1024) | Key Protected by External Command |
|
||||||
| piv-rsa | PKCS1-v1.5 | PIV Slot |
|
| piv-rsa | PKCS1-v1.5 | PIV Slot |
|
||||||
|
|
||||||
Smart Card(Yubikey) protected ECDH Encryption description as below:
|
Smart Card(Yubikey) protected ECDH Encryption description as below:
|
||||||
@@ -170,3 +174,7 @@ Environment
|
|||||||
| SECURE_EDITOR | Secure Editor |
|
| SECURE_EDITOR | Secure Editor |
|
||||||
| EDITOR | Editor (Plaintext) |
|
| EDITOR | Editor (Plaintext) |
|
||||||
|
|
||||||
|
Alternative environment setup:
|
||||||
|
```shell
|
||||||
|
~/.config/envs/ENV_VARIABLE_NAME <--> File Content
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user