Live data from Hacker News

Ask HN: Are there any truly private chat apps?

news.ycombinator.com

1–10 of 18 posts

Ask HN: Are there any truly private chat apps?

#1
If you have to input email, phone or any identifying info to use - it's not private. I'm thinking about a messaging service that generates a key for you to use for identification and encryption. All data is encrypted on the client side. Everything is tied to a single key that the user is responsible for keeping safe to access their chats.

Does something like this exist?

Re: Ask HN: Are there any truly private chat apps?

#6
post #4
post #2

SimpleX? https://simplex.chat/

Yes, at a quick glance, this is it. I'm curious about the obsession with random numbers. How feasible is it to crack even a simple uuid4 identifier?

without a user id number it has to track your usage think about that for a minute.

Re: Ask HN: Are there any truly private chat apps?

#9
post #4
post #2

SimpleX? https://simplex.chat/

Yes, at a quick glance, this is it. I'm curious about the obsession with random numbers. How feasible is it to crack even a simple uuid4 identifier?

To answer the question a simple 6 digit number a few hows with an off the shelf brute force program. 10 to 20 digits could take a year if it's a good generator.

40+ digits good luck with that I doubt there's many on this site that would even know of the names of the software needed for that and far fewer outside of a 3 digit organization that has the time to dedicate a high end computer for the job.

It's just easier to get the information via social eng means or a $5 hammer to the knee caps.

Post reply on HN