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

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