Passw0rd 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.

License

License

Categories

Categories

Security
GroupId

GroupId

com.virgilsecurity
ArtifactId

ArtifactId

passw0rd
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Passw0rd 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

https://www.virgilsecurity.com/
Source Code Management

Source Code Management

https://github.com/virgilsecurity/virgil-passw0rd-kotlin

Download passw0rd

How to add to project

<!-- 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"]

Dependencies

runtime (8)

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

Project Modules

There are no modules declared in this project.

Virgil PureKit Java

Build Status Maven Central GitHub license API Reference

Introduction | Features | Benefits | Installation | Resources | License | Support

Introduction

Virgil Security introduces Virgil PureKit - an open-source security framework for enabling post-compromise protection for stored data. PureKit allows developers to protect users' passwords and personal data from hacking and securely share data.

The framework can be used within any database or login system that uses a password, so it’s applicable for a company of any industry or size.

Password-Based Security

Virgil PureKit is based on the Password-Hardened Encryption (PHE) protocol – a powerful and revolutionary cryptographic technology that provides stronger and more modern security, that protects users' data and reduces the security risks associated with weak passwords.

PureKit brings data security to a new level in three ways:

  1. Replaces password hashing in a way making it impossible to run offline and online attacks. By interacting with PHE Service, a standalone cryptographic service in Virgil Cloud dedicated to implement PHE protocol, PureKit creates a unique user’s record that is associated with the user password. It is important to note that a user password is never transmitted to the PHE service in any form.
  2. Encrypts data with user’s personal encryption keys. PureKit gives users a possibility to encrypt their data with personal encryption keys, and all keys can be revealed only after providing a correct password.
  3. Immediately invalidate stolen database. Even if your database has been compromised it impossible to run offline attacks, to retrieve user password or decrypt data. At the same time, PureKit provides convenient and secure key rotation procedure, that allows you quickly update all your server keys without losing access to your data.

Features

  • Per-user data and files encryption
  • Password protection against hacking
  • Management of data encryption keys
  • Secure data and files sharing
  • Role-based data encryption

Benefits

  • Users control data access
  • Post-compromise security
  • Password & data protection from online and offline attacks
  • Replaces salting and hashing of passwords
  • Zero knowledge of user passwords and secret keys
  • Virgil Security has no access to your data
  • Encryption occurs independently of database security
  • Works with any database
  • Stronger than encryption at-rest and TDE
  • More secure than AWS and Google Key Management Systems (KMS)
  • Instant invalidation of stolen databases
  • Compliance with GDPR, HIPAA, PCI DSS and more

Installation

Navigate to our Developer Documentation to install and start working with Virgil PureKit.

Resources

License

This library is released under the 3-clause BSD License.

Support

Our developer support team is here to help you. Find out more information at our Help Center.

You can find us on Twitter or send an email to our support team [email protected].

Also, get extra help from our support team on Slack.

com.virgilsecurity

Virgil Security, Inc.

Virgil Security, Inc. enables developers to eliminate passwords & encrypt everything, in hours, without having to become security experts.

Versions

Version
1.0.1
1.0.0
0.2.0
0.1.0