79084496

Date: 2024-10-14 01:32:59
Score: 0.5
Natty:
Report link

Encountered same issue. I think the file is empty because openssl gets stuck before requesting passphrase. I was able to workaround this by providing passphrase inline (e.g. 'abc' below):

openssl genrsa 2048 | openssl pkcs8 -topk8 -v2 des3 -inform PEM -passout pass\:abc -out rsa_key_enc.p8 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Humble Hero