{% extends "base.html" %} {% load static %} {% block head_title %}Privacy Policy{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Privacy Policy

Last updated 7/24/24

What data is collected?

User

Username

Password

This value is encrypted on the server

Email

The date and time the Account was created

Card

UUID

Card name

Card owner

Card data

This is a piece of JSON data which contains everything the card needs to be rendered.

You can check the most up to date model files in the source code. The files are here and here.

What data is shared?

Nothing. Ever. Your data will never be sold or shared to any third party. It's only used inside Cardie and will remain on this server.

{% endblock %}