swift-security
Installation
SKILL.md
Swift Security (iOS / macOS)
Security building blocks for a fintech iOS/macOS app: secret storage, biometric gating, cryptography, and transport pinning. Grounded in Apple's Security, LocalAuthentication, and CryptoKit frameworks.
- Android/KMP counterpart:
mobile-security(Android Keystore,EncryptedFile, network security config). - KMP boundary: expose a
commonMaininterface SecureStorageand bind it to a Keychain-backedactualiniosMain; seeexpect-actual. Never let shared code hold plaintext secrets.