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

Mask sensitive fields while screenshot capturing #1834

Closed
mohamedzakaria974 opened this issue Jan 22, 2024 · 4 comments
Closed

Mask sensitive fields while screenshot capturing #1834

mohamedzakaria974 opened this issue Jan 22, 2024 · 4 comments

Comments

@mohamedzakaria974
Copy link

Problem Statement

In mobile application development, there exists a critical privacy concern related to the inadvertent capture of sensitive information through screenshots. When users take screenshots, especially in apps that handle confidential data, such as personal information or passwords, there is a risk of exposing this sensitive content. This poses a significant security threat, as it may lead to unauthorized access or compromise of sensitive information.

Solution Brainstorm

ScreenshotMask Widget:

  • The ScreenshotMask widget would be designed to overlay sensitive fields in the Flutter app.
  • It should be easily integrated into existing widgets, allowing developers to wrap sensitive fields with the ScreenshotMask widget.

Are you willing to submit a PR?

None

@buenaflor
Copy link
Contributor

buenaflor commented Jan 22, 2024

Hey, we've recently merged a PR that allows you to filter the screenshots: #1805 (not released yet)

that means that based on some criteria you can decide to upload the screenshot or not. it is not as granular as your suggested method though

@mohamedzakaria974
Copy link
Author

already check the opened/closed tickets and I saw this as well as checking the PR code this is to send screenshot or not.
what if the requirement to attach a screenshot but masking any sensitive data such a user password or any payment info?

@buenaflor
Copy link
Contributor

buenaflor commented Jan 23, 2024

We need to develop this feature anyway to mask/redact sensitive elements for our session replay feature in #1193

@buenaflor
Copy link
Contributor

Duplicate: closing this in favour of #1956

@buenaflor buenaflor closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants