MVN

de.slevermann : pwhash

Maven & Gradle

Jan 03, 2020
3 stars

pwhash-parent · A Password hashing library inspired by PHP's password_*() function family. The goal is providing a unified interface for different hashing algorithms, as well as a way to upgrade hashes, both the parameters within a single hashing algorithm, as well as switching between different algorithms.

<dependency>
    <groupId>de.slevermann</groupId>
    <artifactId>pwhash</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.slevermann : pwhash to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of de.slevermann : pwhash to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
pwhash-3.0.1
pwhash-3.0.0
2.1.x
pwhash-2.1.1
pwhash-2.1.0
2.0.x
pwhash-2.0.0
1.0.x
pwhash-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.slevermann</groupId>
    <artifactId>pwhash</artifactId>
    <version>3.0.1</version>
</dependency>

Advertisement