Id Mask Versions Save

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.

v0.6.0

1 year ago
  • introduce GitHub Actions & SonarQube moving from Travis

v0.5.0

5 years ago

Changes

  • improve curse-word safe base32 alphabet (not compatible with old versions)
  • add reference tests (see wiki)

v0.4.0

5 years ago

Changes

  • add Jackson serializers/deserializer implementations for IdMask
  • add JAX-RS ParamConverter<T> implementations for IdMask

v0.3.0

5 years ago

v0.1.0

5 years ago

Initial release