Clone
3
Home
Infendro edited this page 2025-12-14 13:47:21 +00:00

kdf-kt

kdf-kt is a Kotlin Multiplatform library that provides common Key Derivation Functions.

Supported algorithms:

  • PBKDF2

Targets

Target Status
JVM Supported
JavaScript Supported
Native (Linux) Supported
Native (Windows) Not Supported

Installation

Add the following to your build.gradle.kts.

repositories {
    maven("https://git.infendro.com/api/packages/Infendro/maven")
}

dependencies {
    implementation("com.infendro:kdf:1.1.0")
}