Home Privacy focused forum
Post
Cancel

Privacy focused forum

I’m working on a concept website together with a friend. It has a backend written in C++ and a frontend using HTML, CSS and JavaScript. We have divided the work into frontend and backend. Im doing the backend part. The vision is that it’s a forum that is focused on privacy. There is no register- or login-system, instead its using cookies to identify a user. We don’t save any information about the user other than a random string we call Unique User Identifier (UUID) and a random int User Identifier (UID). The cookie we send to the user is the UUID and is the translated into the UID, the UID is then viewed almost as a username on the website. To write the backend I am using a framework called Drogon.

Contributors

This post is licensed under CC BY 4.0 by the author.
Recent Update
Trending Tags
Contents

Trending Tags