Support for reading OpenSSH RSA keys on the JVM. This fork adapts Samuel Halliday original code, but has no external dependencies and no maven. Just plain old Java, so that you can easily copy the class into your project.
Just compile the code and play. No dependencies.
Compile it by running javac SSHRSACrypto.java
Run the sample with java SSHRSACrypto
Refer to the included main method on how to use the public methods.
This code is licensed unter GNU LESSER GENERAL PUBLIC LICENSE. See LICENSE for details.