Enter pass phrase for key-file: Prompt is appearing even though -passin pass:password phrase is given

Viewed 8

The following command is being used but still it prompts to enter passphrase openssl pkcs8 -topk8 -inform PEM -outform PEM -v2 aes256 -v2prf hmacWithSHA256 -passin pass:password -passout pass:password -in key-file-1.key -out key-file-2.key

This is seen intermittently some times it asks sometimes it doesnt

0 Answers
Related