diff --git a/README.md b/README.md index f398135..aa0515e 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```