Fully encrypted chat app

daddybot

Failed to resolve a dispute resolution thread.
Joined
Feb 28, 2024
Messages
174
Reaction score
103
Ive been bored to death and I created free fully encrypted and anonymous chat app. Been in programming with python for lot of years now and recently go more free time, so why not to create something for fun. I hate frontend, so pls dont mind basic bootstrap.
This is project born from boredom and anxiety that Im losing my mind LoL.

If you want to check, you can see it https://vwo.li.

*This is not any promotion nor any affiliation, Im sharing this as some fun project. Its fully free, it doesnt collect anything of data except username u provide.*
 
Please don't roll something like this as something legit. It's a fun project, i get it, but it's dangerous and people shouldn't use it, so don't advertise it like that.
 
So we just have to "Trust" you on it?
1732034830807.png

Not to peg you down or anything
but from an use case, no one who cares about privacy would say
"Oh yes, perfect".

No white paper on what type of security and what not isn't very convincing.
 
So we just have to "Trust" you on it?
View attachment 395743
Not to peg you down or anything
but from an use case, no one who cares about privacy would say
"Oh yes, perfect".

No white paper on what type of security and what not isn't very convincing.
Plus, "Everything is matter of trust" is just plain wrong when it comes to cryptography. Public key crypto exists for a reason.
 
Plus, "Everything is matter of trust" is just plain wrong when it comes to cryptography. Public key crypto exists for a reason.
Exactly this !!!
Nothing is a matter of trust, when you can prove exactly how you are going to be protecting your users.
Then even with that, Open-Source/reputable third party audit goes further in cementing that trust.

This may be a fun project, but in a privacy-minded group, you will be torn apart and treated as a joke.
Plus nothing on your site says "fun project/don't take it seriously"
 
Exactly this !!!
Nothing is a matter of trust, when you can prove exactly how you are going to be protecting your users.
Then even with that, Open-Source/reputable third party audit goes further in cementing that trust.
Yap. The "funny" thing here is that this is neither E2E encrypted (if it was, he wouldn't be able to "read all") nor open-source :P
 
So we just have to "Trust" you on it?
View attachment 395743
Not to peg you down or anything
but from an use case, no one who cares about privacy would say
"Oh yes, perfect".

No white paper on what type of security and what not isn't very convincing.

Plus, "Everything is matter of trust" is just plain wrong when it comes to cryptography. Public key crypto exists for a reason.


i created it to anonymous and encrypted (data in DB).
ofc this is not 100% safe and promotion of it, i just wanted to share what ive created in bored days.
when i say not 100% safe, meaning that i can decrypt all data and read, but tbh i cant tell who that is, since app is not collecting any personal data like IP nor it logging any IP which u use, that way is anon
 
i created it to anonymous and encrypted (data in DB).
The path to hell is paved with good intentions:)

ofc this is not 100% safe and promotion of it, i just wanted to share what ive created in bored days.
Then publish the source code on github instead of hosting it as a full fledged security product.

when i say not 100% safe, meaning that i can decrypt all data and read, but tbh i cant tell who that is, since app is not collecting any personal data like IP nor it logging any IP which u use, that way is anon
It's not even 1% safe.
 
Back
Top