Privacy Policy
At MdWrk, we believe privacy is a fundamental human right. Our software is designed so that your data never touches our servers.
1. Data Collection
We do not collect, store, or process any of your personal data. All markdown files created in the application are stored locally in your browser's IndexedDB.
2. Encryption
While data is local, we support client-side encryption for sensitive documents.
- Algorithm: AES-256-GCM
- Key Storage: Never stored, derived from your password.
3. GitHub Integration
If you choose to sync with GitHub, the application uses your Personal Access Token (PAT) to communicate directly with the GitHub API. This token is stored locally and never sent to our servers.