Security and Privacy Considerations


This is not a legal document, but information for privacy-concerned users who want to know more about how Directory works.

Threat Model

We consider cases where an attacker:

Like any mainstream dating app, this is an app where your data is accessible to anyone with an account who fits most of your filter criteria, so anyone dedicated enough could find the data that you display publicly.

Geolocation

We never give exact location coordinates to the client. Distances are precomputed on the server and sent to the client.

Trilateration

Dating apps that show location distance (x miles away) are all subject to trilateration attacks that can allow anyone with an account to pinpoint an exact location of any user by getting the distance from three different points and then triangulating them to find exact coordinates.

We mitigate trilateration attacks by:

  1. Only asking for rough location data on mobile apps (reports your neighborhood, not exact coordinates)
  2. Using IP location on the browser app (usually granular to the nearest city)
  3. Rounding any latitude and longitude data sent to our server to two decimal places before storing it in our database. This makes all location coordinates have about 1km of uncertainty.

User Photos

Data Mining

Directory profiles may include a user’s age, aproximate location and any number of self-reported interests. Naturally this could be valuable data to third-parties. Directory does not give any data to third parties, but our servers do use rate-limiting to prevent scraping from bots.

We can’t prevent a user from logging in and simply writing down the data they see on your profile, but we can somewhat prevent them from automating it on a large scale.

Messaging

All webtraffic from Directory uses HTTPS, so your messages are encrypted in transit. However they are stored in plaintext on our servers. Note that this is the case for most online services.

Server/Database Security

We use Render to deploy our services with servers located in Virginia, US. So their security is our security.

Future Work

This is a volunteer project, given the time and resources we’d love to add more security/privacy features, here are just a few:


Did we miss anything?

If you have any privacy related questions or concerns, let us know!

Contact Us