move bcrypt operations to webworkers

This commit is contained in:
2024-11-17 21:40:16 +02:00
parent 9ef74d7a42
commit 8679911c65
8 changed files with 128 additions and 6 deletions

View File

@@ -36,6 +36,9 @@ dependencies {
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation project(':capacitor-android')
implementation "org.mindrot:jbcrypt:0.4"
implementation "at.favre.lib:bcrypt:0.10.2"
implementation 'com.password4j:password4j:1.8.2'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"