Password Acolyte

Password Acolyte is a utility library written in Kotlin, part of the Acolyte family. With PA you can easily define strength requirements and check against them or check against most used 100,000 passwords

License

License

GroupId

GroupId

com.lindar
ArtifactId

ArtifactId

password-acolyte
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Password Acolyte
Password Acolyte is a utility library written in Kotlin, part of the Acolyte family. With PA you can easily define strength requirements and check against them or check against most used 100,000 passwords
Project URL

Project URL

http://www.lindar.com/
Source Code Management

Source Code Management

https://github.com/lindar-open/password-acolyte.git

Download password-acolyte

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.1.51
org.jetbrains.kotlin : kotlin-reflect jar 1.1.51
io.github.microutils : kotlin-logging jar 1.4.6
com.lindar : acolyte jar 1.3.5

Project Modules

There are no modules declared in this project.

password-acolyte

Password Acolyte is a utility library written in Kotlin, part of the Acolyte family.

With PA you can easily define strength requirements and check against them or check against most used 100,000 passwords

com.lindar

Lindar Media

All our open-source projects in one place

Versions

Version
1.0.1
1.0.0