The Fastest Way to Hide API Keys in a Tutorial Video
Blur API keys, tokens and .env values before you record a Loom or YouTube tutorial — auto-detect them in one click, or panic-blur mid-recording — so secrets never make it into the video.
The fastest way to keep API keys out of a tutorial video is to blur them in the page before you hit record. Click Scan to auto-detect and blur keys, tokens, JWTs and private keys in one pass, or element-blur a single value — and keep the panic shortcut ready. Because the blur is baked into the page as real pixels, the recording only ever captures the blurred version.
This matters because leaked keys in tutorials get scraped fast. Bots crawl public videos and repos for sk_live_…, AKIA… and GitHub tokens within minutes of publishing — and a single exposed key can mean a surprise bill or a breach. Blurring before you record is far cheaper than rotating after.
The fastest method, step by step
- 1
Open the page with the keys
Your AWS/Stripe/GCP console, a web IDE (CodeSandbox, Replit), GitHub, or a dashboard showing tokens.
- 2
Click Scan to auto-blur keys
Open BlurFirst and click Scan. It detects and blurs AWS, Stripe, Google, Slack and GitHub tokens, JWTs and PEM private keys automatically — entirely in your browser.
- 3
Element-blur anything specific
Click a single
.envline, anAuthorizationheader, or a config value to blur exactly that — no guessing whether the scan caught it. - 4
Keep panic ready, then record
If a key appears unexpectedly mid-recording, press Ctrl/⌘ ⇧ H to blur the whole page instantly. Now start Loom, OBS or your recorder.
Where keys hide in a recording
- Cloud dashboards — AWS, Stripe, GCP, Twilio: key lists, “reveal” buttons, webhook secrets.
- Web IDEs and `.env` files — CodeSandbox, Replit, the GitHub file viewer, web terminals.
- Network tab and request headers —
Authorization: Bearer …is right there in DevTools. - Autocomplete and URL params — keys pasted into a field, or
?token=…in the address bar. - Git history and Actions secrets — a
.envcommitted by mistake, or secret names in CI logs.
A pre-record checklist for developers
- Open the pages you’ll show and click Scan on each.
- Element-blur any
.envlines, headers or tokens the scan can’t pattern-match. - Close the Network tab, or blur it before opening DevTools on camera.
- Keep the panic shortcut in muscle memory.
- Record — and if a key ever flashed clear in a take, rotate it before publishing.