ostp/ostp-gui/src-tauri/src
ospab d91d5de440 fix: ostp-gui security and stability improvements
- 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
2026-06-17 22:24:37 +03:00
..
ipc_crypto.rs fix: ostp-gui security and stability improvements 2026-06-17 22:24:37 +03:00
lib.rs fix: ostp-gui security and stability improvements 2026-06-17 22:24:37 +03:00
main.rs Fix CLI setup permissions, enforce global debug tracing, and fix GUI silent startup crash 2026-06-13 01:25:54 +03:00