is not current version
Last Version 0.16.0

com.virgilsecurity.crypto:phe-android 0.14.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-android
Version

Version

0.14.0
Type

Type

aar

Download phe-android 0.14.0


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