Update README.md
Signed-off-by: Ron Rise <29732851+ronrise@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ go build --ldflags="-X 'github.com/siteworxpro/rsa-file-encryption/printer.Versi
|
||||
|
||||
## Generating Keys
|
||||
|
||||
Generates a set of RSA key pairs. Default size is 4096 bits. Minimum size is 1024 bits and maximum is 16384 bits
|
||||
Generates a set of RSA key pairs. Default size is 4096 bits. Minimum size is 2048 bits and maximum is 16384 bits
|
||||
|
||||
```
|
||||
NAME:
|
||||
@@ -73,4 +73,4 @@ OPTIONS:
|
||||
|
||||
```bash
|
||||
./rsa-file-encryption decrypt --file file_to_encrypt.txt.enc --out file_decrypted --private-key my-key
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user