数据库字段个人信息加密
Problem to solve
-
phone
inverifications_codes
anduser_details
-
email
related fields in other tables(email
andunconfirmed_email
inusers
)
Proposal
We using Gitlab::CryptoHelper.aes256_gcm_encrypt
to encrypt and Gitlab::CryptoHelper.aes256_gcm_decrypt
to decrypt
由 Qian Zhang (Gary) 编辑于