diff --git a/CHANGELOG b/CHANGELOG index 0763276..d3e46c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ## v0.2.0 * add auto wipe memory feature +* fix flatten pom issue ## v0.2.0 diff --git a/modules/id-mask/pom.xml b/modules/id-mask/pom.xml index 7b2a9f5..fe8bcc3 100644 --- a/modules/id-mask/pom.xml +++ b/modules/id-mask/pom.xml @@ -15,9 +15,6 @@ jar ID Masking Library - This library uses strong cryptographic primitives to mask private technical IDs (e.g. from your DB) - to make it infeasible to guess them. This masking is reversible. - false diff --git a/pom.xml b/pom.xml index 103c170..e7c3ab4 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,10 @@ pom ID Masking Library Parent - This library uses strong cryptographic primitives to mask private technical IDs (e.g. from your DB) - to make it infeasible to guess them. This masking is reversible. + 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. https://github.com/patrickfav/id-mask 2019 @@ -74,6 +76,7 @@ flatten-maven-plugin 1.1.0 + oss