Spring Boot starter for encrypting and decrypting database table columns
A Spring Boot starter that transparently encrypts and decrypts individual database table columns at MyBatis execution time. Includes built-in Base64 and AES strategies and supports pluggable EncryptStrategy implementations; suited for Java applications that need field-level encryption and to use encrypted values as query criteria (LIKE queries are excluded).
0