https://github.com/pratik-123/dataleakage
Data Leakage information and prevent them
https://github.com/pratik-123/dataleakage
appdelegate background bundle dataleakage forground hide ios owasp owasp-mobile owasp-mobile-top owasp-top-10 package prevent remove screenshot swift
Last synced: 3 months ago
JSON representation
Data Leakage information and prevent them
- Host: GitHub
- URL: https://github.com/pratik-123/dataleakage
- Owner: pratik-123
- Created: 2020-10-22T04:06:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T04:55:35.000Z (over 4 years ago)
- Last Synced: 2025-01-11T09:23:02.380Z (5 months ago)
- Topics: appdelegate, background, bundle, dataleakage, forground, hide, ios, owasp, owasp-mobile, owasp-mobile-top, owasp-top-10, package, prevent, remove, screenshot, swift
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Leakage
# Data leakage via application screenshot
- iOS takes a screenshot while moving application in background so an attacker having physical access to the system can easily access these screenshot and view sensitive information- So for developer perspective we remove app information before going to the background
For more info visit :
- [Youtube](https://youtu.be/Z_MLxHNlebw)
- [Apple developer documentation](https://developer.apple.com/documentation/uikit/app_and_environment/scenes/preparing_your_ui_to_run_in_the_background)
- [OWASP mobile security](https://owasp.org/www-project-mobile-top-10/)