dbsafedump 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/dist/cli.js +119 -119
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,6 +139,19 @@ dbsafedump deactivate
|
|
|
139
139
|
|
|
140
140
|
---
|
|
141
141
|
|
|
142
|
+
## Privacy
|
|
143
|
+
|
|
144
|
+
DBSafeDump collects minimal data for license verification only:
|
|
145
|
+
|
|
146
|
+
- **Device fingerprint**: Hardware identifiers (MAC address, CPU, memory) hashed locally
|
|
147
|
+
- **License key**: Stored locally, sent to license server for activation
|
|
148
|
+
- **No telemetry**: No usage tracking, no analytics, no data collection beyond license checks
|
|
149
|
+
- **Offline mode**: FREE tier works completely offline; paid licenses require connection once per hour for verification
|
|
150
|
+
|
|
151
|
+
All data is processed locally. Only the encrypted license key is transmitted to the activation server.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
142
155
|
## Commands
|
|
143
156
|
|
|
144
157
|
### init
|