79492337

Date: 2025-03-07 12:40:04
Score: 0.5
Natty:
Report link

With the command

% gpg --export --armor --output new.pub B42B1AF5 

you are exporting a certificate (public key) already. You probably want to pass the secret key to PGPainless instead, so you need to call

% gpg --export-secret-keys --armor --output new.sec B42B1AF5 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vanitasvitae