KeePassJava2
KeePassJava2 copied to clipboard
Java API for KeePass Password Databases - Read/Write 2.x (File versions 3 and 4), Read 1.x
However, I will not fix this in revision 2.2.* As if I do I run into the jar-plugin complaining that the automatic module name generation contains illegal names (it's generated...
Closes #83
This is probably a bug in some implementations of `PropertyValue.getValueAsString()`. To convert the byte array to a string, the `String(byte[], Charset)` should be used. The tests also fail if the...
KeePassJava2 has a compile time dependency to junit. This is because the `util` module declares it. Maybe you could define the dependency to the `util` module as test scope.
Closes #81