passw0rd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.virgilsecurity</groupId> <artifactId>passw0rd</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.virgilsecurity</groupId> <artifactId>passw0rd</artifactId> <version>1.0.1</version> <name>Passw0rd Kotlin/Java SDK</name> <description>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.</description> <url>https://www.virgilsecurity.com/</url> <licenses> <license> <name>Virgil Security, Inc. license</name> <url>https://github.com/virgilsecurity/virgil-passw0rd-kotlin/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>BuddahLD</id> <name>Danylo Oliinyk</name> <email>doliinyk@virgilsecurity.com</email> <organizationUrl>https://www.virgilsecurity.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/virgilsecurity/virgil-passw0rd-kotlin.git</connection> <developerConnection>scm:git:git@github.com:virgilsecurity/virgil-passw0rd-kotlin.git</developerConnection> <url>https://github.com/virgilsecurity/virgil-passw0rd-kotlin</url> </scm> <dependencies> <dependency> <groupId>com.virgilsecurity</groupId> <artifactId>passw0rd-protos</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-jdk8</artifactId> <version>0.27.0-eap13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.virgilsecurity.crypto</groupId> <artifactId>common</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.virgilsecurity.crypto</groupId> <artifactId>foundation</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.virgilsecurity.crypto</groupId> <artifactId>phe</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.kittinunf.fuel</groupId> <artifactId>fuel</artifactId> <version>1.15.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>