is not current version
Last Version 5.0.1

com.virgilsecurity.crypto:phe 0.8.0

Cryptographic background for the Password-Hardened Encryption (PHE) protocol that provides developers with a technology to protect users passwords from offline attacks and make stolen passwords useless even if your database has been compromised.

Categories

Categories

Security
GroupId

GroupId

com.virgilsecurity.crypto
ArtifactId

ArtifactId

phe
Version

Version

0.8.0
Type

Type

jar

Download phe 0.8.0


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