openkeepass
openkeepass copied to clipboard
[Deprecated] A java library for reading and writing KeePass databases. It is an intuitive java library that supports KeePass 2.x database files.
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Spongycastle is already deprecated, is there a reasson why you are still using it? Android, at least since API21 doen't need this anymore, and the lib hasn't seen an update...
I cannot open my database file. I get the following error below. I am using KeePassXC v2.5.3 with a MasterPassword to open the file, and the database format is KDBX...
Hi, What do you think about replacing simple-xml-2.7.1.jar with com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 from https://github.com/carrotsearch/simplexml-safe ? best regards,
hi, i'm trying to write some custom values in the "advanced" tab  but Entry.setValue is private in the Entrycontract there also does not seem to be a way to...
It seems so that there is no implementation of using a keyfile for writing the database? KeePassDatabase.write works only with a password. Can you verify this?
Dear @cternes, According to https://keepass.info/help/base/security.html the "ChaCha20 is the successor of the Salsa20 algorithm" and KeePass 2.x supports it. According to the source, openkeepass supports KeePass 2.x and Salsa20 algorithm....
I get the following error with my archive: nullpointerexception: Cannot invoke "de.slackspace.openkeepass.domain.CrsAlgorithm.ordinal()" because "algorithm" is null at de.slackspace.openkeepass.domain.CrsAlgorithm.getIntValue(CrsAlgorithm:21) at de.slackspace.openkeepass.domain.KeePassHeader.getInnerRandomStreamId(KeePassHeader:304) at de.slackspace.openkeepass.domain.KeePassHeader.getValue(KeePassHeader:291) at de.slackspace.openkeepass.domain.KeePassHeader.getHeaderSize(KeePassHeader:413) at de.slackspace.openkeepass.api.KeePassDatabaseReader.decryptStream(KeePassDatabaseReader:114) at de.slackspace.openkeepass.api.KeePassDatabaseReader.decryptAndParseDatabase(KeePassDatabaseReader:38) at de.slackspace.openkeepass.KeePassDatabase.openDatabase(KeePassDatabase:165)