Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What data is saved? #4

Closed
dktzde opened this issue Feb 8, 2024 · 1 comment
Closed

What data is saved? #4

dktzde opened this issue Feb 8, 2024 · 1 comment

Comments

@dktzde
Copy link
Contributor

dktzde commented Feb 8, 2024

Thank you for building this tool!

As this is quite sensitive data, I would be interested to know what is saved and whether the data conversation takes place on my PC or online.

@fabfabretti
Copy link
Owner

fabfabretti commented Feb 8, 2024

Hi! 🥰
Everything is done inside your browser, there is no server at all. I used Github's GitHub Pages feature to host the site, so it's all just a static page running a script that converts the file and lets you download it. :)

If you want to be really picky, GitHub Pages does store your IP address when visiting (from docs):

When a GitHub Pages site is visited, the visitor's IP address is logged and stored for security purposes, regardless of whether the visitor has signed into GitHub or not.

but the file conversion is completely local, so again the file is not uploaded anywhere 👌

If you would still prefer to run the whole project locally to avoid logging your IP, I suggest opening the project in VS Code and using the Live Server extension to run the project in your browser!

(Also thank you for asking, I should probably add this to the readme 👀)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants