TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is it safe to publish sensitive data in public if encrypted?

4 pointsby vrypanabout 8 years ago
Suppose you encrypt very sensitive and valuable data with the strongest available crypto. Would it be safe to store the encrypted data in public, for example in a blog post or a public github repo?

3 comments

CarolineWabout 8 years ago
It depends. Here are the questions that came to my mind in under 30 seconds:<p>* For how long must it be secure?<p>* Against whom must it be secured?<p>* What are your potential losses if it&#x27;s broken?<p>* How can you be sure you&#x27;ve used a secure implementation?<p>* What do you think the &quot;strongest available crypto&quot; currently is?<p>* Can you be sure that the key will never be compromised?<p>* Where will you store the key?<p>* Do you need to send the key to someone else?<p>* Where will the encryption happen?<p>... and there&#x27;s more.
评论 #14233147 未加载
fergbrainabout 8 years ago
My understanding is that NSA considers classified data that has been encrypted using a suitable cipher&#x2F;key to be unclassified and suitable for transmission on unsecure systems&#x2F;networks.
SXXabout 8 years ago
Vernam cipher will come to rescue.