TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Secure sensitive info while recording videos live or screen sharing

69 点作者 theindianappguy将近 4 年前

10 条评论

robbrown451将近 4 年前
I always use OBS &quot;virtual camera&quot; when screen sharing, and this can help a lot. You can zoom in on part of the screen, have multiple views of parts of your screen, cover parts of the screen (I usually have the image of myself from the camera in the corner, and that can easily be moved around to cover areas of the screen), etc.<p>Overall OBS can just create a generally better presentation, and make you look competent, in addition to helping with this specific issue. And of course it is free.
评论 #27410200 未加载
评论 #27409851 未加载
nickjj将近 4 年前
As someone who has recorded 500+ tech video screencasts while occasionally dealing with sensitive information, here&#x27;s what I&#x27;ve come up with:<p>1. Do whatever you can to minimize sensitive info exposure before you even start streaming or recording. For example I created a shell script which backs up and clears my shell history and does other things[0]. Make a note to use a browser where your history is cleared too.<p>2. Sometimes it&#x27;s easier to say screw it and show the sensitive information with full intent that you&#x27;re going to change your API keys, password or whatever sensitive data is shown. This ends up being much better because now you don&#x27;t need to worry about blurring anything because you know you&#x27;ll re-roll your keys. This is really good for pre-recorded videos vs live streams.<p>3. If you need to hide secrets, put all secrets into an .env file and have a .env.example file handy to show how to set them up without showing your real secrets. This is another way to eliminate ever having to blur anything and have a 0% chance of ever exposing a secret.<p>4. If you need to hide something, put a solid color over it instead of blurring it so it can&#x27;t be reversed.<p>5. One of the pain points with hiding something in a video is the sensitive info might be on a page where you&#x27;re scrolling up and down on the page which means you need to move your solid color rectangle or expand it based on which frame is showing. But overall this isn&#x27;t too bad with most video editors since you can click and drag a rectangle onto a specific point in your timeline. If you adhere to the first 3 steps, you&#x27;ll often only need minor hiding in all of your streams and videos.<p>6. Often times you&#x27;re hiding unexpected things, like maybe you&#x27;re logged into GitHub to make a video about an open source project but you view your GitHub feed which shows a list of private organizations you do freelance work for. This is the type of stuff to watch out for, which IMO also makes certain editor plugins that try to hide secrets not that useful since you can hide them in other ways, and it sets you up with a false sense of security because there&#x27;s many other sensitive things outside of your editor to think about.<p>I&#x27;m not trying to deter you from building your tool, but I suppose I&#x27;m having trouble seeing how I would use it in practice. I&#x27;d be curious to hear how other folks handle this.<p>[0]: <a href="https:&#x2F;&#x2F;nickjanetakis.com&#x2F;blog&#x2F;bash-aliases-to-prepare-recording-videos" rel="nofollow">https:&#x2F;&#x2F;nickjanetakis.com&#x2F;blog&#x2F;bash-aliases-to-prepare-recor...</a>
评论 #27408279 未加载
评论 #27407068 未加载
smoldesu将近 4 年前
This looks neat, it&#x27;s a shame I wouldn&#x27;t be caught dead paying $24&#x2F;year for a browser extension. I recommend that you seriously rethink your business model, even if that means consolidating it into a one-time purchase. Remember, you&#x27;re selling zero-margin-utility here: this isn&#x27;t an SAAS (and if it is, I&#x27;d argue you&#x27;ve done something wrong). Even still, it&#x27;s hard to make the case for using this tool over other, free options...
评论 #27409871 未加载
thih9将近 4 年前
After entering my email I see the downloads page but it has links for Chrome and Firefox only. The landing page listed Safari and Edge in the &quot;available for&quot; section; are these browsers supported at the moment?
评论 #27409801 未加载
tedyoung将近 4 年前
I like the idea of being able to save the blurred areas, having standard sets of these for popular sites (e.g., GitHub API keys, Twilio, AWS, etc.) would be worth paying for.<p>As others have mentioned, I&#x27;d like more secure ways to blur the area, e.g., completely blanking it out, or filling with random text and then blurring.<p>Edit: Would also be useful to replace the text instead of blurring, that way viewers could see realistic information without revealing real keys, etc.<p>Edit: Please allow the plus (+) symbol for emails.
评论 #27409881 未加载
ta988将近 4 年前
To avoid that, I always run zoom or obs or any other tool inside a Xephyr (main desktop is on walynand) and eventually a container if I have to navigate files. I&#x27;ve seen so many horror stories, aws keys, paswwords, porn...
Black101将近 4 年前
Flameshot is also a great screenshot tool and includes a blurring tool among other things.. It also has a filled rectangle drawing tool that is probably better at hiding stuff...
评论 #27410397 未加载
imperialdrive将近 4 年前
Impressive - I have a feeling this will come in pretty darn handy with corporate documentation and training videos. Kudos!
评论 #27409884 未加载
nikolay将近 4 年前
Blurring is reversible and insecure and it&#x27;s strange that the makers seem unaware of this.
评论 #27411543 未加载
theindianappguy将近 4 年前
Its been months of work building and improving blurweb app i will love your all input on how we can make it better
评论 #27405045 未加载
评论 #27407988 未加载
评论 #27406879 未加载