MVN

com.virgilsecurity : passw0rd

Maven & Gradle

Feb 27, 2019
7 stars

Passw0rd Kotlin/Java SDK · Virgil Security introduces an implementation of the Password-Hardened Encryption (PHE) protocol that provides developers with a technology to protect users passwords from offline/online attacks and make stolen passwords useless even if your database has been compromised.

<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>passw0rd</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.virgilsecurity : passw0rd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.virgilsecurity : passw0rd to add to Maven or Gradle - All Versions:

  • Version Updated
  • passw0rd-1.0.1

    Feb 27, 2019
  • passw0rd-1.0.0

    Feb 15, 2019
  • passw0rd-0.2.0

    Feb 15, 2019
  • passw0rd-0.1.0

    Feb 07, 2019

How to add a dependency to Maven

Add the following com.virgilsecurity : passw0rd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>passw0rd</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.virgilsecurity : passw0rd gradle dependency to your build.gradle file:

implementation 'com.virgilsecurity:passw0rd:1.0.1'

Gradle Kotlin DSL: Add the following com.virgilsecurity : passw0rd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.virgilsecurity:passw0rd:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.virgilsecurity : passw0rd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.virgilsecurity" % "passw0rd" % "1.0.1"