First Straw - Jasypt Convenience Library

Library containing convenience classes to make simple usage of Jasypt even easier than it already is.

Лицензия

Лицензия

Группа

Группа

com.github.firststraw
Идентификатор

Идентификатор

jasypt-convenience
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

First Straw - Jasypt Convenience Library
Library containing convenience classes to make simple usage of Jasypt even easier than it already is.
Ссылка на сайт

Ссылка на сайт

https://github.com/firstStraw/jasypt-convenience
Система контроля версий

Система контроля версий

https://github.com/firstStraw/jasypt-convenience

Скачать jasypt-convenience

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
javax.inject : javax.inject jar 1
org.apache.commons : commons-lang3 jar 3.4
org.jasypt : jasypt jar 1.9.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Jasypt Convenience Library.

Purpose

Make simple usage of Jasypt even easier than it already is for basic use cases.

Provides

Single class encapsulating Jasypt password-based encryptors for various types.

Getting it

Via Maven: Maven Central

Instructions

Create a JasyptPBEncryptor instance with a Jasypt configuration instance and start encrypting and decrypting to your heart's content.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0