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: How to store customer's digital books securely

2 pointsby throwaway280382about 2 years ago
So, We automatically convert digital books and pdfs to audio which our customers can then show on their website (login protected). Our customers are paranoid and want us to make sure that their ebooks and pdfs are not stolen and&#x2F;or shipped off overseas.<p>How do I make sure that team members and hackers do not steal the books? We are thinking of locking the books behind an API service so that developers and team members can access it in only through the service. But it does not seem enough.<p>What do you suggest? Are there any services which help with this?

1 comment

anonym29about 2 years ago
Short answer:<p>For employees: background checks, DLP, and rock-solid audit logs. Make sure employees know that access to the customer material is audited and logged, and that unauthorized access is a fireable offense.<p>For external adversaries: a good information security program. This will include TVM, EDR, SIEM at a bare minimum. This need not be a commercial solution, but if going the open source route, remember that just because it isn&#x27;t a financial investment doesn&#x27;t mean it&#x27;s not an investment to take seriously.<p>Also, keep in mind that the &#x27;I&#x27; and the &#x27;A&#x27; of the CIA triad are not to be ignored. You should have a good BCDR program with redundant backups and you should make sure you can recover from them too.<p>There&#x27;s so much more to go into here than can reasonably fit into a single post, but I hope this is a good starting point.