secure password assignment first draft

This commit is contained in:
PhilippeSteinbach
2018-12-03 15:53:21 +01:00
committed by Nanne Baars
parent 8bc91ba4ec
commit 5fa11a1b4b
5 changed files with 100 additions and 1 deletions

View File

@ -86,6 +86,11 @@
<artifactId>encoder</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.5</version>
</dependency>
<!-- Temporarily -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>