logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

py3rsa-encrypt - encrypt a file

Author

py3rsa-encrypt was written by Sybren A. Stuvel <sybren AT stuvel.eu>.

                                                                                               py3rsa-encrypt(1)

Description

       Encrypt a file. The file must be shorter than the key length in order to be encrypted.

Name

py3rsa-encrypt - encrypt a file

Options

-h, --help
              show help message and exit

       -iINPUT, --input=INPUT
              name of the file to encrypt. read from stdin if not specified.

       -iOUTPUT, --output=OUTPUT
              name of the file to write the encrypted file to. write to stdout if this option is not present.

       --keyform=KEYFORM
              key format of the public key - default PEM

Synopsis

py3rsa-encrypt [OPTION]... PUBLIC_KEY

See Also