Added the password strength indicator in the initialize window

This commit is contained in:
jncharon
2016-04-12 21:00:41 +02:00
parent 9b4ee10155
commit 588166dce9
5 changed files with 114 additions and 24 deletions
+7
View File
@@ -99,5 +99,12 @@
<groupId>org.cryptomator</groupId>
<artifactId>commons-test</artifactId>
</dependency>
<!-- Zxcvbn -->
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
</project>