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 would you securely store and retrieve photocopied passports/ids

4 pointsby skyisblueabout 8 years ago
We&#x27;re looking at building an app that requires us to store photocopied passports and ids of our clients.<p>We&#x27;re using AWS and are located in Australia.<p>Are there any local&#x2F;international laws that require us to encrypt the data at rest?<p>What&#x27;s the best way of storing and retrieving this sensitive data?

3 comments

eb0laabout 8 years ago
Take a look at the new data protection Directive from the UE (will be in effect from June 2018) - Eventually all states will have some kind of regulation similar to this:<p><a href="http:&#x2F;&#x2F;eur-lex.europa.eu&#x2F;legal-content&#x2F;EN&#x2F;TXT&#x2F;?uri=uriserv:OJ.L_.2016.119.01.0089.01.ENG&amp;toc=OJ:L:2016:119:TOC" rel="nofollow">http:&#x2F;&#x2F;eur-lex.europa.eu&#x2F;legal-content&#x2F;EN&#x2F;TXT&#x2F;?uri=uriserv:O...</a><p>The best way to comply if your app is used in Europe is 1) start writing a .doc document detailling which data you want to collect, where do you store it, <i>when</i> do you use encryption (suggestion: both in the application and the data volumes - but be careful choosing the ciphers for volume and in-app), and <i>why</i> do you allow people to see the data.
matt_sabout 8 years ago
One thing comes to mind is the personally identifiable information (PII) that is in the passport&#x2F;ID. Usually it will have ID numbers but also name, address, etc.<p>Look at what the EU is requiring for this - it used to be called Safe Harbor.<p>A few things I remember about those requirements: - data encryption at rest and in transit - no onward transfer to third parties - opt-out methods for users to not allow you to capture the data<p>You may want to look into any restrictions on using a cloud provider or specific configurations you may need (i.e. no failover to a non-AU AWS farm).
sparklingabout 8 years ago
Before you do any of this: in many countries it is illegal to store&#x2F;copy ID documents of your Clients.