Password generator implemented

- Passwords also get's checked if it's compromised
This commit is contained in:
2020-07-13 19:17:43 +02:00
parent 2efdce87a8
commit 3ffd0e063f
26 changed files with 372 additions and 46 deletions

View File

@@ -41,6 +41,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.0'
/* Password strengh library */
compile 'com.nulab-inc:zxcvbn:1.3.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"