Last Version

PasswordSecurityModule 1.0.0-RELEASE

A module that encrypt and encode passwords. It also generate fake passwords.

License

License

Categories

Categories

Security
GroupId

GroupId

com.lightszentip.module
ArtifactId

ArtifactId

password-security
Version

Version

1.0.0-RELEASE
Type

Type

jar
Description

Description

PasswordSecurityModule
A module that encrypt and encode passwords. It also generate fake passwords.
Project URL

Project URL

http://lightszentip.github.io/password-security/
Source Code Management

Source Code Management

https://github.com/lightszentip/password-security

Download password-security 1.0.0-RELEASE


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

Dependencies

compile (2)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk16 jar 1.46
commons-codec : commons-codec jar 1.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.