Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Desensitize sensitive information(new) #2859

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ayu-v0
Copy link
Contributor

@ayu-v0 ayu-v0 commented Dec 6, 2024

What's changed?

#2792

Yes, this PR is a brand new version, I used Caffeine to cache the key as id+ desensitized data, the value as undesensitized data, and when the desensitized data is passed in by the front end, it is converted to undesensitized data, which has been verified.
Using id + desensitized data as key can avoid confusion of value when other desensitized data is the same
Here is a picture of the modification operation:
image
image
image

Here are the tests sent:
image
image

Here is a picture of the database:
image

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

@tomsun28 tomsun28 self-requested a review December 6, 2024 13:42
@tomsun28
Copy link
Contributor

Hi, thanks for contribution. We need time to re-evaluate this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants