问HN:你们是如何防止在屏幕录制演示中泄露敏感数据的?
我差点在产品演示中泄露用户数据,因此开始使用严格的预录检查清单。<p>我目前的工作流程:
1) 使用安全的演示种子数据
2) 在录制前识别敏感字段
3) 在开始录制前应用模糊/遮罩
4) 刷新一次以验证持久性
5) 进行30秒的干跑<p>这减少了编辑时间和压力。<p>我很好奇这里的人们使用什么工作流程/工具来确保屏幕录制的隐私(尤其是针对SaaS演示和教程)。<p>我在解决这个问题时构建的上下文/工具:
https://blurmate.devstorex.top
查看原文
I nearly exposed user data in a product demo and started using a strict pre-record checklist.<p>My current workflow:
1) use demo-safe seed data
2) identify sensitive fields before recording
3) apply blur/mask before hitting record
4) refresh once to verify persistence
5) run a 30-second dry run<p>This reduced both editing time and stress.<p>Curious what workflows/tools people here use for screen recording privacy (especially for SaaS demos and tutorials).<p>Context/tool I built while solving this:
https://blurmate.devstorex.top