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-keygen - generate a new RSA keypair

Author

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

                                                                                                py3rsa-keygen(1)

Description

       Generate a new RSA keypair of KEYSIZE bits.

Name

py3rsa-keygen - generate a new RSA keypair

Options

-h, --help
              show help message and exit

       --pubout=PUBOUT
              output filename for the public key. the public key is not saved if this option is not present. you
              can use py3rsa-priv2pub to create the public key file later.

       -oOUT, --out=OUT
              output filename for the private key. the key is written to stdout if this option is not present.

       --form=FORM
              key format of the private and public keys - default PEM

Synopsis

py3rsa-keygen [OPTION]... KEYSIZE

See Also