Skip to content
Alex Vigdor edited this page Mar 26, 2018 · 1 revision

groovity-crypto

Groovity-crypto is a small wrapper around core Java cryptography capabilities. It allows for data encryption and decryption using either a system-wide default encryption key, or a key manually passed in. It follows cryptography best practices by securely generating a 16 byte random initialization vector that is stored with the encrypted payload. This module is primarily intended to make it easy to store small sensitive data payloads encrypted in a database or storage system.