argon2kt
argon2kt copied to clipboard
An Android/Kotlin binding for the Argon2 hash
It would be nice to have multiplatform argon library, than needing to depend on writing actual declarations yourself.
Should make everything a bit simpler and easier to understand. Also, this will get rid of the deprecation for `AsyncTask`. We can still check Java compatibility with the Java classes...
Cheer for there's an argon2 implementation for Kotlin! 😸 I added this line into my web backend project `implementation("com.lambdapioneer.argon2kt:argon2kt:1.0.0")` but seems only the `aar` artifact is available... obviously for a...
Hello! I'm really glad to see an Android version of the Argon2 library. I wanted to do it myself, but I haven't found enough time for it. Thanks for having...
I just wanted to thank you for this great job. I am in the process of completely redoing the KeePassDroid decryption system and your Argon2 library is 3 times faster...
Android 15 adds support for 16kB page size instead of 4kB. Because of that all native libraries need to be recompiled with special flags and libraries need to publish a...
SystemSoLoader.loadLibrary java.lang.UnsatisfiedLinkError - dlopen failed: library "libargon2jni.so" not found com.lambdapioneer.argon2kt SoLoader.kt:13 v 1.5.0 ``` Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.hidden-HIDDEN==/base.apk"],nativeLibraryDirectories=[/data/app/com.hidden-HIDDEN==/lib/arm64, /system/lib64, /vendor/lib64, /product/lib64]]] couldn't find "libargon2jni.so" at java.lang.Runtime.loadLibrary0(Runtime.java:1011) at java.lang.System.loadLibrary(System.java:1660)...