全链路隐私保护方案
对比云端语法检查工具,Refine通过以下机制确保隐私安全:
- 数据闭环:所有处理在macOS沙盒内完成(可验证网络请求:终端执行
lsof -i | grep Refine
确认无连接) - memory management:采用Swift语言的SecureEnclave技术,文本处理完立即清空内存缓存
- privilege control:默认仅需辅助功能权限(相比输入法类工具需要的权限更少)
增强防护建议:
- 在系统设置>键盘中禁用Refine的输入法模式(非必要功能)
- 定期清理修正历史(菜单栏>Advanced>Purge All Local Data)
- 启用加密功能(设置密码后所有本地缓存会使用AES-256加密)
This answer comes from the articleRefine: a locally run English grammar checking toolThe