# Services WASM-specific service implementations. ## Key Files - **`FormFactor.cs`** — Returns "WebAssembly" as form factor. - **`WebSecureCredentialService.cs`** — localStorage-backed credential storage with XOR obfuscation + Base64 encoding (NOT cryptographically secure). 2-day expiration. ## Subfolders - **`Loggers/BrowserConsoleLogWriter.cs`** — Browser console logging via JS interop.