> An encrypted PKCS1-PEM key using RC2-40 (2048 bits)

```sh
openssl genrsa -rc2-40 -out key -passout pass:password 2048
```
