bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

Add support for parsing passphrase protected OpenSSH keys

Open jtnord opened this issue 1 year ago • 0 comments

Currently encrypted SSH keys are not support by OpenSSHPrivateKeyUtil.

As implemented as there is no way to pass in a passphrase for a key this is not surprising that and Exception is thrown.

It would be great if a passphrase protected key could be decrypted to obtain the CipherParameters when the passphrase is provided.

jtnord avatar Jul 04 '24 12:07 jtnord