is not current version
Last Version 3.0.0

com.virgilsecurity:purekit 2.1.0

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.

Categories

Categories

Security
GroupId

GroupId

com.virgilsecurity
ArtifactId

ArtifactId

purekit
Version

Version

2.1.0
Type

Type

jar

Download purekit 2.1.0


<!-- https://jarcasting.com/artifacts/com.virgilsecurity/purekit/ -->
<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>purekit</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity/purekit/
implementation 'com.virgilsecurity:purekit:2.1.0'
// https://jarcasting.com/artifacts/com.virgilsecurity/purekit/
implementation ("com.virgilsecurity:purekit:2.1.0")
'com.virgilsecurity:purekit:jar:2.1.0'
<dependency org="com.virgilsecurity" name="purekit" rev="2.1.0">
  <artifact name="purekit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity', module='purekit', version='2.1.0')
)
libraryDependencies += "com.virgilsecurity" % "purekit" % "2.1.0"
[com.virgilsecurity/purekit "2.1.0"]