Skip to content

Security

meetsu edited this page Mar 23, 2026 · 6 revisions

Security & Data

Storage

All data is local. Nothing is uploaded.

Data Location
Config %APPDATA%\com.accshift.desktop\state\
Platform snapshots %LOCALAPPDATA%\com.accshift.desktop\platforms\
Roblox accounts %LOCALAPPDATA%\com.accshift.desktop\platforms\roblox\accounts.json
Logs %APPDATA%\com.accshift.desktop\logs\
Settings & themes %APPDATA%\com.accshift.desktop\user\

Encryption

  • Roblox cookies and Steam API keys are encrypted with Windows DPAPI (user-scoped).
  • Riot and Ubisoft session files are stored as-is. They contain tokens only valid on this machine.

PIN lock

Optional PIN that blurs the window after inactivity. Short delay on failed attempts.

Data migration

When the storage layout changes, data is migrated automatically. Legacy files are backed up to %LOCALAPPDATA%\com.accshift.desktop\backups\pre-migration\ before being moved.

Clone this wiki locally