Secure Store

Cross-platform, per-session secure storage for local applications with OS-level access control.

Secure Store is the minimalist storage backend used throughout the XRUIOS to safely persist sensitive data (API endpoints, tokens, session keys, etc.) with zero external dependencies and strong filesystem-level isolation.

It was created during a need to implement cross platform variables that would be secure, not easily tamperable and able to be easily referenced (Or an alternative to EnvironmentVariableTarget.User).

Status: Complete ✅ | Maintained 🔄

C#, Cross Platform