JPasswordObfuscator library

Extensible Java library for sensitive data obfuscation and de-obfuscation. Solution for protecting passwords and other sensitive data in configuration files or in transit from casual glances. Not at all useful for protecting sensitive data from attackers bent on stealing your secrets.

License

License

GroupId

GroupId

rs.in.zivanovic
ArtifactId

ArtifactId

j-password-obfuscator
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JPasswordObfuscator library
Extensible Java library for sensitive data obfuscation and de-obfuscation. Solution for protecting passwords and other sensitive data in configuration files or in transit from casual glances. Not at all useful for protecting sensitive data from attackers bent on stealing your secrets.
Project URL

Project URL

https://github.com/zmarko/jPasswordObfuscator

Download j-password-obfuscator

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk15on jar 1.52

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0