created new PasswordUtil class based on BouncyCastle classes

This commit is contained in:
jomu
2015-08-19 13:51:24 +00:00
parent a6e6297b63
commit 6a52609f36
6 changed files with 528 additions and 409 deletions

View File

@ -27,8 +27,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
@ -42,7 +41,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
<dependency>
<groupId>com.lambdaworks</groupId>
<artifactId>scrypt</artifactId>