DOKK / manpages / debian 12 / python3-rsa / py3rsa-decrypt.1.en
py3rsa-decrypt(1) General Commands Manual py3rsa-decrypt(1)

py3rsa-decrypt - decrypt a file

py3rsa-decrypt [OPTION]... PRIVATE_KEY

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

show help message and exit
name of the file to decrypt. read from stdin if not specified.
name of the file to write the decrypted file to. write to stdout if this option is not present.
key format of the private key - default PEM

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