| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаcom.lightszentip.module |
| Идентификатор | Идентификаторpassword-security |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеPasswordSecurityModule
A module that encrypt and encode passwords. It also generate fake passwords.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bcprov-jdk16 | jar | 1.46 |
| commons-codec : commons-codec | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |