Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 591 Bytes

openssh-java

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.

Samle usage

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.

Licence

This code is licensed unter GNU LESSER GENERAL PUBLIC LICENSE. See LICENSE for details.