Request: Data Anonymization / Redaction Feature for Sensitive Information
Hello, I would like to suggest a feature that allows automatic filtering or replacement of sensitive information before data is sent through the app to an AI service. For example, this could include replacing personal identifiers like names, email addresses, or phone numbers with generic or user-defined substitutes. Users should be able to define specific texts and/or patterns to replace, such as:
Javier Letelier → Orlando Fuentes +11 910 234 5678 → +22 123 4567 8900 [email protected] → [email protected]
Additionally, it would be useful if the app could reverse the anonymization process on server responses using the same user-defined patterns. This way, replaced placeholders (e.g., Orlando Fuentes) can be mapped back to the original values (e.g., Javier Letelier) on the client side, ensuring the user sees the correct information while still preserving privacy during transmission.
Thank you.