Tagged Questions
5
votes
6answers
6k views
Java passphrase encryption
I'm trying to learn how to do passphrase-based encryption with Java. I'm finding several examples online, but none (yet) on Stack Overflow. The examples are a little light on explanation for me, ...
2
votes
1answer
251 views
Java git client using jgit
I am having some difficulties with a git client written in java. I am using the jGit library to connect through ssh on the git server. The problem is that i don't know how to specify the path to the ...