bc-java
bc-java copied to clipboard
Add support for parsing passphrase protected OpenSSH keys
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.