is not current version
Last Version 0.5.0

at.favre.lib:id-mask 0.4.0

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.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

id-mask
Version

Version

0.4.0
Type

Type

jar

Download id-mask 0.4.0


<!-- https://jarcasting.com/artifacts/at.favre.lib/id-mask/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>id-mask</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/id-mask/
implementation 'at.favre.lib:id-mask:0.4.0'
// https://jarcasting.com/artifacts/at.favre.lib/id-mask/
implementation ("at.favre.lib:id-mask:0.4.0")
'at.favre.lib:id-mask:jar:0.4.0'
<dependency org="at.favre.lib" name="id-mask" rev="0.4.0">
  <artifact name="id-mask" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='id-mask', version='0.4.0')
)
libraryDependencies += "at.favre.lib" % "id-mask" % "0.4.0"
[at.favre.lib/id-mask "0.4.0"]