diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-16 00:06:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-16 00:06:39 +0700 |
| commit | 6a9e476354d23da316a94d0d5a7f8b14a273910e (patch) | |
| tree | 2b3cd9df782fa41edde4b3282b7375825684be40 /README.md | |
| parent | 6fd1ef57498aad5b73808f2b2260ccfe76ae649c (diff) | |
| download | gotp-6a9e476354d23da316a94d0d5a7f8b14a273910e.tar.xz | |
all: add command to set private key
The set-private-key command encrypt the issuer's value (hash:secret...)
in the file using private key.
The supported private key is RSA.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ remove <LABEL> rename <LABEL> <NEW-LABEL> Rename a LABEL into NEW-LABEL. + +set-private-key <PRIVATE-KEY-FILE> + + Encrypt the issuer's value (hash:secret...) in the file using private key. + The supported private key is RSA. ``` ## ENCRYPTION |
