Skip to main content
  1. Tags/

aes-encryption

id-mask

GitHub · · Java · 58 · v0.6.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.

armadillo

GitHub · · Java · 276 · v1.0.0
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.