Skip to content

SSHSIG 1.0.0

Latest
Compare
Choose a tag to compare
@profhenry profhenry released this 31 Dec 21:00
· 2 commits to main since this release
sshsig-1.0.0
ca67ac1

This is the first release

Features

  • Content to be signed can be provided as string, byte array, file or as input stream
  • Supported ssh key types: DSA, RSA, Ed25519
  • Supported hashing algorithms: SHA-256 and SHA-512
  • Pluggable signing backend: The default backend uses the Java Cryptography Architecture (JCA) but we also provide an alternative backend which facilitates using an SSH-Agent via Apache MINA.