@@ -95,7 +95,7 @@ EXAMPLES
95
95
$ cryppo decrypt -s "Rsa4096.bJjV2g_RBZKeyqBr-dSjPAc3qtkTgd0=.LS0tCnt9Cg==" -p private.pem
96
96
```
97
97
98
- _ See code: [ src/commands/decrypt.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/decrypt.ts ) _
98
+ _ See code: [ src/commands/decrypt/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/decrypt/index .ts ) _
99
99
100
100
## ` cryppo encrypt `
101
101
@@ -120,7 +120,7 @@ EXAMPLES
120
120
encrypt -v "hello world" -P public-key.pem
121
121
```
122
122
123
- _ See code: [ src/commands/encrypt.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/encrypt.ts ) _
123
+ _ See code: [ src/commands/encrypt/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/encrypt/index .ts ) _
124
124
125
125
## ` cryppo genkey `
126
126
@@ -142,7 +142,7 @@ EXAMPLES
142
142
$ cryppo genkey -l 192
143
143
```
144
144
145
- _ See code: [ src/commands/genkey.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/genkey.ts ) _
145
+ _ See code: [ src/commands/genkey/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/genkey/index .ts ) _
146
146
147
147
## ` cryppo genkeypair `
148
148
@@ -164,7 +164,7 @@ EXAMPLES
164
164
$ cryppo genkeypair -p private.pem -P public.pem
165
165
```
166
166
167
- _ See code: [ src/commands/genkeypair.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/genkeypair.ts ) _
167
+ _ See code: [ src/commands/genkeypair/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/genkeypair/index .ts ) _
168
168
169
169
## ` cryppo help [COMMANDS] `
170
170
@@ -208,7 +208,7 @@ EXAMPLES
208
208
$ cryppo sign -p private.pem my_file.txt my_file.signed.txt
209
209
```
210
210
211
- _ See code: [ src/commands/sign.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/sign.ts ) _
211
+ _ See code: [ src/commands/sign/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/sign/index .ts ) _
212
212
213
213
## ` cryppo verify DESTINATION FILE `
214
214
@@ -232,5 +232,5 @@ EXAMPLES
232
232
$ cryppo verify -P public.pem my_file.signed.txt my_file.txt
233
233
```
234
234
235
- _ See code: [ src/commands/verify.ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/verify.ts ) _
235
+ _ See code: [ src/commands/verify/index .ts] ( https://github.com/Meeco/cryppo-cli/blob/v2.1.0/src/commands/verify/index .ts ) _
236
236
<!-- commandsstop -->
0 commit comments