MVN

at.favre.lib : id-mask

Maven & Gradle

Mar 05, 2023
58 stars

ID Masking Library · IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>id-mask</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : id-mask to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of at.favre.lib : id-mask to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
id-mask-0.6.0
0.5.x
id-mask-0.5.0
0.4.x
id-mask-0.4.0
0.3.x
id-mask-0.3.0

How to add a dependency to Maven

Add the following at.favre.lib : id-mask maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>id-mask</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : id-mask gradle dependency to your build.gradle file:

implementation 'at.favre.lib:id-mask:0.6.0'

Gradle Kotlin DSL: Add the following at.favre.lib : id-mask gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:id-mask:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : id-mask sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "id-mask" % "0.6.0"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies

Apr 17, 2019
1 usages
185 stars
Jan 03, 2023
1 usages
23.8k stars
Apr 17, 2019
7.2k stars
Apr 17, 2019
699 stars
Dec 30, 2019
1 usages
18.5k stars