j

j-password-obfuscator

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.
https://github.com/zmarko/jPasswordObfuscator
MIT license
Marko Zivanovic
Files download
File Operation
j-password-obfuscator-1.1.0.jar download
j-password-obfuscator-1.1.0.pom download
j-password-obfuscator-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>rs.in.zivanovic</groupId>
  <artifactId>j-password-obfuscator</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'rs.in.zivanovic:j-password-obfuscator:1.1.0'
Gradle Kotlin
implementation("rs.in.zivanovic:j-password-obfuscator:1.1.0")
Scala SBT
libraryDependencies += "rs.in.zivanovic" % "j-password-obfuscator" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='rs.in.zivanovic', module='j-password-obfuscator', version='1.1.0')
)
Apache Ivy
<dependency org="rs.in.zivanovic" name="j-password-obfuscator" rev="1.1.0" />
Leiningen
[rs.in.zivanovic/j-password-obfuscator "1.1.0"]
Apache Buildr
'rs.in.zivanovic:j-password-obfuscator:jar:1.1.0'