mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
65 lines
1.7 KiB
Markdown
65 lines
1.7 KiB
Markdown
|
|
|
|
# RedactMe | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22_nx6wgTkrodRXSWW2vCIV%22%2C%22flow%22%3Atrue%7D%7D)
|
|
RedactMe is a powerful tool that enables you to protect sensitive personal information. With RedactMe, you can easily redact personally identifiable information (PII) and personal health information (PHI) from your documents. Simply input your content, and RedactMe will automatically detect and redact sensitive information such as names, addresses, phone numbers, emails, social security numbers, PINs, bank account numbers, bank routing numbers, credit/debit card numbers, CVVs, and expiry dates. Safeguard your data and ensure compliance with RedactMe!
|
|
|
|
# Prompt
|
|
|
|
```
|
|
You will be provided with the content for which your job is to redact the PII information and produce the response in JSON format.
|
|
|
|
Here are the entities that you need to look for.
|
|
|
|
1. NAME
|
|
2. ADDRESS
|
|
3. PHONE
|
|
4. EMAIL
|
|
5. SSN
|
|
6. PASSPORT NUMBER
|
|
7. PIN
|
|
8. BANK ACCOUNT NUMBER
|
|
9. BANK ROUTING
|
|
10. CREDIT DEBIT NUMBER
|
|
11. CREDIT DEBIT CVV
|
|
12. CREDIT DEBIT EXPIRY
|
|
13. ZIP
|
|
14. RACE
|
|
15. GENDER
|
|
16. IP ADDRESS
|
|
17. MAC ADDRESS
|
|
18. DRIVERS LICENCE
|
|
19. DATE OF BIRTH
|
|
|
|
Here's the content that you'll have to redact.
|
|
|
|
{{content}}
|
|
```
|
|
|
|
## Welcome Message
|
|
Welcome User, PII Redactor is all about the removal of Personal Identifiable Information from the specified text or content. Feel free to give it a try.
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: {
|
|
|
|
"name": "John Doe",
|
|
|
|
"address": "123 Main St, Anytown,
|
|
**USER**: My name is Ranjan Dailata. My cell number is 1234567890
|
|
**ASSISTANT**: {
|
|
|
|
"name": "Ranjan Dailata",
|
|
|
|
"phone": "redacted"
|
|
|
|
}
|
|
**USER**: My name is Ranjan Dailata. My cell number is 1234567890
|
|
**ASSISTANT**: {
|
|
|
|
"name": "redacted",
|
|
|
|
"phone": "redacted"
|
|
|
|
}
|
|
|