is not current version
Last Version 0.3.7

com.virgilsecurity:pythia 0.3.2

Virgil Security provides an SDK which lets you implement Pythia protocol. Pythia is a technology that gives you a new, more secure mechanism that "breach-proofs" user passwords and lessens the security risks associated with weak passwords by providing cryptographic leverage for the defender (by eliminating offline password cracking attacks), detection for online attacks, and key rotation to recover from stolen password databases.

Categories

Categories

Security
GroupId

GroupId

com.virgilsecurity
ArtifactId

ArtifactId

pythia
Version

Version

0.3.2
Type

Type

jar

Download pythia 0.3.2


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