First Straw - Jasypt Convenience Library

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

License

License

GroupId

GroupId

com.github.firststraw
ArtifactId

ArtifactId

jasypt-convenience
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

First Straw - Jasypt Convenience Library
Library containing convenience classes to make simple usage of Jasypt even easier than it already is.
Project URL

Project URL

https://github.com/firstStraw/jasypt-convenience
Source Code Management

Source Code Management

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

Download jasypt-convenience

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
org.apache.commons : commons-lang3 jar 3.4
org.jasypt : jasypt jar 1.9.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.2
1.0.1
1.0