jar

app.keemobile : kotpass

Maven & Gradle

Jun 02, 2024
14 stars

kotpass · The library offers reading and writing support for KeePass (KDBX) files.

Table Of Contents

Latest Version

Download app.keemobile : kotpass JAR file - Latest Versions:

All Versions

Download app.keemobile : kotpass JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotpass-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

app.keemobile.kotpass.io

├─ app.keemobile.kotpass.io.Base16Kt.class - [JAR]

├─ app.keemobile.kotpass.io.Base64Kt.class - [JAR]

├─ app.keemobile.kotpass.io.BufferedStream.class - [JAR]

├─ app.keemobile.kotpass.io.RealBufferedStream.class - [JAR]

├─ app.keemobile.kotpass.io.TeeBufferedStream.class - [JAR]

app.keemobile.kotpass.builders

├─ app.keemobile.kotpass.builders.EntryKt.class - [JAR]

├─ app.keemobile.kotpass.builders.GroupKt.class - [JAR]

├─ app.keemobile.kotpass.builders.MutableEntry.class - [JAR]

├─ app.keemobile.kotpass.builders.MutableGroup.class - [JAR]

app.keemobile.kotpass.errors

├─ app.keemobile.kotpass.errors.CryptoError.class - [JAR]

├─ app.keemobile.kotpass.errors.FormatError.class - [JAR]

├─ app.keemobile.kotpass.errors.KeyfileError.class - [JAR]

app.keemobile.kotpass.xml

├─ app.keemobile.kotpass.xml.AutoTypeDataKt.class - [JAR]

├─ app.keemobile.kotpass.xml.BinariesKt.class - [JAR]

├─ app.keemobile.kotpass.xml.BinaryReferenceKt.class - [JAR]

├─ app.keemobile.kotpass.xml.CustomData.class - [JAR]

├─ app.keemobile.kotpass.xml.CustomIcons.class - [JAR]

├─ app.keemobile.kotpass.xml.DefaultXmlContentParser.class - [JAR]

├─ app.keemobile.kotpass.xml.DeletedObjectKt.class - [JAR]

├─ app.keemobile.kotpass.xml.EntryKt.class - [JAR]

├─ app.keemobile.kotpass.xml.FormatXml.class - [JAR]

├─ app.keemobile.kotpass.xml.GroupKt.class - [JAR]

├─ app.keemobile.kotpass.xml.InstantKt.class - [JAR]

├─ app.keemobile.kotpass.xml.KeyfileXml.class - [JAR]

├─ app.keemobile.kotpass.xml.MetaKt.class - [JAR]

├─ app.keemobile.kotpass.xml.TimeDataKt.class - [JAR]

├─ app.keemobile.kotpass.xml.XmlContentParser.class - [JAR]

app.keemobile.kotpass.database

├─ app.keemobile.kotpass.database.ContentBlocks.class - [JAR]

├─ app.keemobile.kotpass.database.Credentials.class - [JAR]

├─ app.keemobile.kotpass.database.CredentialsKt.class - [JAR]

├─ app.keemobile.kotpass.database.DecoderKt.class - [JAR]

├─ app.keemobile.kotpass.database.EncoderKt.class - [JAR]

├─ app.keemobile.kotpass.database.KeePassDatabase.class - [JAR]

├─ app.keemobile.kotpass.database.KeePassDatabaseKt.class - [JAR]

├─ app.keemobile.kotpass.database.PlaceholdersKt.class - [JAR]

app.keemobile.kotpass.extensions

├─ app.keemobile.kotpass.extensions.BooleanKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.ByteArrayKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.ByteStringKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.LongKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.NodeKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.SecureRandomKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.SourceKt.class - [JAR]

├─ app.keemobile.kotpass.extensions.UUIDKt.class - [JAR]

app.keemobile.kotpass.database.header

├─ app.keemobile.kotpass.database.header.DatabaseHeader.class - [JAR]

├─ app.keemobile.kotpass.database.header.DatabaseHeaderKt.class - [JAR]

├─ app.keemobile.kotpass.database.header.DatabaseInnerHeader.class - [JAR]

├─ app.keemobile.kotpass.database.header.DatabaseInnerHeaderKt.class - [JAR]

├─ app.keemobile.kotpass.database.header.InnerHeaderFieldId.class - [JAR]

├─ app.keemobile.kotpass.database.header.KdfParameters.class - [JAR]

├─ app.keemobile.kotpass.database.header.Signature.class - [JAR]

├─ app.keemobile.kotpass.database.header.VariantDictionary.class - [JAR]

├─ app.keemobile.kotpass.database.header.VariantItem.class - [JAR]

app.keemobile.kotpass.constants

├─ app.keemobile.kotpass.constants.AutoTypeObfuscation.class - [JAR]

├─ app.keemobile.kotpass.constants.BasicField.class - [JAR]

├─ app.keemobile.kotpass.constants.Const.class - [JAR]

├─ app.keemobile.kotpass.constants.CrsAlgorithm.class - [JAR]

├─ app.keemobile.kotpass.constants.Defaults.class - [JAR]

├─ app.keemobile.kotpass.constants.FieldReference.class - [JAR]

├─ app.keemobile.kotpass.constants.GroupOverride.class - [JAR]

├─ app.keemobile.kotpass.constants.HeaderFieldId.class - [JAR]

├─ app.keemobile.kotpass.constants.KdfConst.class - [JAR]

├─ app.keemobile.kotpass.constants.MemoryProtectionFlag.class - [JAR]

├─ app.keemobile.kotpass.constants.Placeholder.class - [JAR]

├─ app.keemobile.kotpass.constants.PredefinedIcon.class - [JAR]

├─ app.keemobile.kotpass.constants.VariantTypeId.class - [JAR]

app.keemobile.kotpass.database.modifiers

├─ app.keemobile.kotpass.database.modifiers.BinariesKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.ContentKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.CredentialsKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.CustomIconsKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.DatabaseHeaderKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.EntryKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.GroupKt.class - [JAR]

├─ app.keemobile.kotpass.database.modifiers.MetaKt.class - [JAR]

app.keemobile.kotpass.cryptography

├─ app.keemobile.kotpass.cryptography.AesEngine.class - [JAR]

├─ app.keemobile.kotpass.cryptography.AesKdf.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Argon2Engine.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Argon2EngineKt.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Argon2Kdf.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Blake2bDigest.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ByteUtilsKt.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ChaCha7539Engine.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ChaChaCoreKt.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ChaChaEngine.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ChaChaEngineKt.class - [JAR]

├─ app.keemobile.kotpass.cryptography.ContentEncryption.class - [JAR]

├─ app.keemobile.kotpass.cryptography.EncryptedValue.class - [JAR]

├─ app.keemobile.kotpass.cryptography.EncryptionSaltGenerator.class - [JAR]

├─ app.keemobile.kotpass.cryptography.EncryptionSaltGeneratorKt.class - [JAR]

├─ app.keemobile.kotpass.cryptography.KeyTransform.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Salsa20Engine.class - [JAR]

├─ app.keemobile.kotpass.cryptography.Salsa20EngineKt.class - [JAR]

app.keemobile.kotpass.models

├─ app.keemobile.kotpass.models.AutoTypeData.class - [JAR]

├─ app.keemobile.kotpass.models.AutoTypeItem.class - [JAR]

├─ app.keemobile.kotpass.models.BinaryData.class - [JAR]

├─ app.keemobile.kotpass.models.BinaryReference.class - [JAR]

├─ app.keemobile.kotpass.models.CustomDataValue.class - [JAR]

├─ app.keemobile.kotpass.models.CustomIcon.class - [JAR]

├─ app.keemobile.kotpass.models.DatabaseContent.class - [JAR]

├─ app.keemobile.kotpass.models.DatabaseElement.class - [JAR]

├─ app.keemobile.kotpass.models.DeletedObject.class - [JAR]

├─ app.keemobile.kotpass.models.Entry.class - [JAR]

├─ app.keemobile.kotpass.models.EntryFields.class - [JAR]

├─ app.keemobile.kotpass.models.EntryValue.class - [JAR]

├─ app.keemobile.kotpass.models.FormatVersion.class - [JAR]

├─ app.keemobile.kotpass.models.Group.class - [JAR]

├─ app.keemobile.kotpass.models.Meta.class - [JAR]

├─ app.keemobile.kotpass.models.TimeData.class - [JAR]

├─ app.keemobile.kotpass.models.XmlContext.class - [JAR]