mirror of https://github.com/ospab/ostp.git
- Add IPC encryption using ChaCha20Poly1305 - Reduce helper connection timeout from 60s to 15s - Replace unwrap() with proper error handling in helper connection - Encrypt all messages between GUI and helper with derived key - Add ipc_crypto module for secure communication - Properly decode/encode encrypted messages in IPC loop |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| README.md | ||
| build_dist.js | ||
| package-lock.json | ||
| package.json | ||
README.md
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.