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-decrypt - decrypt a file

Author

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

                                                                                               py3rsa-decrypt(1)

Description

       Decrypt a file. The original file must be shorter than the key length in order to have been encrypted.

Name

py3rsa-decrypt - decrypt a file

Options

-h, --help
              show help message and exit

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

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

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

Synopsis

py3rsa-decrypt [OPTION]... PRIVATE_KEY

See Also