| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdcom.virgilsecurity |
| ArtifactId | ArtifactIdpassw0rd |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionPassw0rd 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| passw0rd-1.0.1.pom | |
| passw0rd-1.0.1.jar | 43 KB |
| passw0rd-1.0.1-sources.jar | 16 KB |
| passw0rd-1.0.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity/passw0rd/ -->
<dependency>
<groupId>com.virgilsecurity</groupId>
<artifactId>passw0rd</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity/passw0rd/
implementation 'com.virgilsecurity:passw0rd:1.0.1'
// https://jarcasting.com/artifacts/com.virgilsecurity/passw0rd/
implementation ("com.virgilsecurity:passw0rd:1.0.1")
'com.virgilsecurity:passw0rd:jar:1.0.1'
<dependency org="com.virgilsecurity" name="passw0rd" rev="1.0.1">
<artifact name="passw0rd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity', module='passw0rd', version='1.0.1')
)
libraryDependencies += "com.virgilsecurity" % "passw0rd" % "1.0.1"
[com.virgilsecurity/passw0rd "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.virgilsecurity : passw0rd-protos | jar | 0.1.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.0.1 |
| org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 0.27.0-eap13 |
| com.virgilsecurity.crypto : common | jar | 5.0.1 |
| com.virgilsecurity.crypto : foundation | jar | 5.0.1 |
| com.virgilsecurity.crypto : phe | jar | 5.0.1 |
| com.github.kittinunf.fuel : fuel | jar | 1.15.1 |