ATOM Defense, LLC
Registered in Wyoming, United States
Company ID: 2023-001313219
D-U-N-S: 08-944-6225
32 N Gould St
Sheridan, WY 82801
Email: sales@atomdefense.me
Wi‑Fi access point and client identifiers plus captured handshake artifacts are written to local storage when a PMKID/EAPOL capture succeeds. Files are saved under the app's external files directory and can be exported to the public Downloads folder on user request; nothing is uploaded to a server by the app.
No analytics or ads SDKs exist in the current codebase; data is not shared off-device.
Purchases are processed only through Google Play Billing. No purchase tokens or identifiers are sent to a private backend; entitlement checks happen locally via the Play Billing client.
Purpose:The stored handshake files are used to display saved captures and allow the user to export them.
Optional sharing/exports: Exporting handshakes writes to the user's Downloads/Covalent folder (scoped storage on Android 10+, public downloads on older OS versions) and does not transmit data to third parties.
Security/deletion: Files live in app-controlled storage; users can delete them by removing the files from Downloads (if exported) or by clearing app data/uninstalling the app.
`BLUETOOTH_SCAN` and `BLUETOOTH_CONNECT`: Required to discover and communicate with nearby ESP devices (Android 12+). Scans are flagged with `neverForLocation` to indicate they are not used for location derivation.
`ACCESS_FINE_LOCATION` (Android 11 and below): Requested only to satisfy the platform requirement for BLE scanning; location data is not collected or stored.
No background location, microphone, camera, body sensors, or SMS/phone permissions are used.
Declares Bluetooth hardware requirement; app functionality is limited to devices with Bluetooth.
The app targets general audiences and does not include child-directed features. Content is technical (network diagnostic/penetration testing).