Skip to content

Jurrie/jsch-111-bugfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsch-111-bugfix

This project provides an alternative implementation of SignatureDSA.java to fix JSCH bug 111.

How to use

In your pom.xml, include the following dependency:

<dependency>
	<groupId>org.jurr.jsch</groupId>
	<artifactId>jsch-111-bugfix</artifactId>
	<version><!-- Insert latest available version here --></version>
</dependency>

Now, before using JSCH (or a framework that depends on it, say Apache VFS for example), add the following call:

JSCH111BugFix.init();

That all. JSCH will now use the following implementations instead of the default ones:

  • org.jurr.jsch.bugfix111.SignatureDSA
  • org.jurr.jsch.bugfix111.SignatureRSA

Please review my code

This might not be die hard cryptography, but I still hope many people review this code for potential flaws. Please take into account that this code is more or less based on a copy of the JSCH code. So when you find a bug, please (also) notify the JSCH team.

License

This project is licensed under the 3-Clause BSD License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages