1 Repo
Practices for preventing sensitive data leaks through the user interface and system clipboards.
Distinct from Security Sanitization: None of the candidates cover UI-specific leakage prevention like pasteboard clearing; most focus on XSS or data cleaning for ML.
Explore 1 awesome GitHub repository matching security & cryptography · User Interface Sanitization. Refine with filters or upvote what's useful.
This project provides a set of development guidelines and architectural recommendations for building iOS applications. It focuses on structuring Swift applications to decouple business logic from the user interface to improve testability and maintenance. The project covers specific implementation standards for security, such as using keychain storage for sensitive data and TLS certificate pinning for network traffic. It also defines patterns for code quality enforcement through static analysis and compiler configurations, as well as strategies for asset and localization management. The guide
Implements guidelines for using secure text entry and clearing the pasteboard to prevent sensitive data leaks.