A secure, client-side app for managing recovery codes with AES-256 encryption. Features a nostalgic Green Steam (vgui.css) aesthetic.
- AES-256 Encryption – Codes are encrypted locally (localstorage lol no server)
- Zero Server – Everything stays on your machine
- Auto-Import – Drag & drop
.txtfiles to import codes (these .txt files are provided by the service you use example- Github) - Usage Tracking – Mark codes as used and monitor remaining codes.
git clone https://github.com/DaksshDev/RecoveryCodesVault.git
cd RecoveryCodesVault
npm install
npm run devReact • Vite • Zustand • CryptoJS • Tailwind css • Vgui.css
Uses greensteam css styles ./client/public/vgui/styles using vgui.css.
Secure. Simple. Local.
Thanks to VGUI CSS for the cool retro ui styling (the repo is cloned at client/public/vgui)
