The Design and Implementation of an Automatic Encryption and Decryption System for Sensitive Words in Databases Based on Spring Boot

Yimei Xu,Xiaohua Zhang,Hongfei Hu
DOI: https://doi.org/10.1109/AINIT61980.2024.10581490
2024-03-29
Abstract:The Convert attribute converter in Spring Boot JPA can achieve automatic conversion between database attribute types and Java storage types, enabling automatic transformation of data during storage and retrieval. In this article, we utilize this attribute by creating a custom Attribute Converter class to automatically encrypt database fields during storage and decrypt them during retrieval.
Computer Science
What problem does this paper attempt to address?