An open API service indexing awesome lists of open source software.

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

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/)