Replies: 1 comment 3 replies
-
Hi @SingTeng, please see https://microsoft.github.io/presidio/samples/python/encrypt_decrypt/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can Presidio encrypt the PII and able to keep the pattern?
For example,
text1 = "My name is James Bond"
text2 = "James Bond likes ice-cream"
text3 = "James Bond sister is Jenny Bond"
instead of doing,
text1 = "My name is < PERSON >"
text2 = "< PERSON > likes ice-cream"
text3 = "< PERSON > sister is < PERSON >"
I would like to do,
text1 = "My name is A1234a"
text2 = "A1234a likes ice-cream"
text3 = "A1234a sister is zgrg555"
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions