Overview
Syntax
Arguments
Notes
Examples
Overview
Creates AES or RSA encryption key file which can be used to encrypt or decrypt data
Syntax
mkkey <FILE_PATH> [--aes] [--rsa] [-y|--overwrite] [--consoleout FILEPATH]
[-v|--verbose] [-w|--wait] [-i|--interactive]
Alias: makekey
Arguments
Parameter |
Description |
<FILE_PATH> |
Output file path where you want to save encryption key file |
--aes |
AES 256 Bit algorithm |
--rsa |
RSA 1024 Bit algorithm |
-y | --overwrite |
Overwrite target file if exists |
--consoleout FILEPATH |
Captures console output and saves to file |
-v | --verbose |
Log verbosity level. -v means detailed, If you don't specify this option then minimum logging will be done. |
-w | --wait |
Wait for user input before exit |
-i | --interactive |
Continue in interactive mode after this command is completed. This switch is not applicable if you already in interactive mode |
Notes
Examples
Examples |
Creates AES 256 bit encryption key file
mkkey --aes "c:\private.key" |
Creates RSA 1024 bit encryption key file
mkkey --rsa "c:\private.key" |
www.zappysys.com | Products | All copyrights reserved. ZappySys LLC.