add quote about how they store personal data

This commit is contained in:
fria 2025-09-02 10:54:56 -05:00 committed by GitHub
parent 52eaf0db7f
commit 41ee4920f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,4 +47,13 @@ They also keep track of "customer history—previous purchases, preferences, and
The tracking is stated to be used for marketing and anti-theft purposes. Since the system is AI-driven, hopefully it doesn't randomly decide you're a thief and sound the alarm on you.
They also market age verification so customers don't have to flash their ID for things like alcohol purchases, but I'd rather show my ID for two seconds than have this permanent tracking
They also market age verification so customers don't have to flash their ID for things like alcohol purchases, but I'd rather show my ID for two seconds than have this permanent tracking profile kept of me.
As for how the data is handled:
> All sensitive personal information (including ID images and biometric data) is encrypted during transmission and while stored on our servers. This means your data is encoded so that only authorized systems with the proper keys can read it. For example, when your ID scan is sent to our server, it travels over an encrypted connection (HTTPS/TLS), and once stored, the file is encrypted at rest.
So your data is not E2EE, they just use transport encryption and then separately encrypt it at rest, meaning they have access to any stored data and hackers have a nice juicy target to attack.
### Target