Founder of SimpleX Chat - the first chat platform that has no user identifiers of any kind - 100% private by design! Creator of Ajv JSON Validator used by millions of JS applications.
Why is Simplex calling to Google?
1y 7mon ago in simplex@lemmy.mlThese URIs are the references to technical documentation in Google Android site - they are used in error messages by various libraries.
The presence of the URI in code does not mean that the app communicates with this URI.
On the opposite, the absence of the URI in code does not prove that the app does not communicate with any given URI - the URIs can be obfuscated in many ways.
So this scanning technique to discover potential attacks is completely inefficient, and it creates unnecessary work of removing URIs from code, but achieves absolutely nothing to prevent the actual network connection - any malicious app can hide them and make them invisible to the scanning.
Another example would be simplex.chat domain. While the app contains it in code, the app never communicates with this domain, and it is only used to namespace the links and to allow showing QR code for people who don't have the app.
You cannot establish what URIs any given app communicates with by scanning its code - you need to proxy all traffic and monitor all connections that the app makes.
A talk about SimpleX Chat at BornHack 2023 conference by Peter Stuge
2y 6mon ago in simplex@lemmy.ml from media.ccc.deHow do relay servers handle abandoned messages?
2y 6mon ago in simplex@lemmy.mljust delete them after a set time - preset servers have it at 21 day
SimpleX Directory Service and v5.3 public beta are released!
2y 9mon ago in simplex@lemmy.mlSimpleX Chat: New Frontiers (Livestream from July 27, 2023)
2y 10mon ago in simplex@lemmy.ml from youtu.beSimpleX Chat: New Frontiers – 7/27 at 17:00 UTC
2y 10mon ago in simplex@lemmy.ml from stream.simplex.chatPermanently Deleted
2y 10mon ago in simplex@lemmy.mlYou don't have to encrypt the message, simply observing it won't compromise security. You only need to ensure that the channel is 1) authenticated (that is, you know who you send to) 2) cannot MITM you (that is, replace the link). MITM can be mitigated with security code verification via yet another channel, but SimpleX relays cannot MITM key exchange (unlike any centralised service).
create a discussion between my Simplex application on my Android, and the Simplex CLI application on my Linux.
2y 10mon ago in simplex@lemmy.mlYour CLI fails to connect to the relays, something is not working. Are you connected to the internet? Possibly, you cannot access the relay.
Try:
ping smp4.simplex.im
telnet smp4.simplex.im 5223
If you can't connect to preset relays, you need to either use VPN or some other relays (e.g., self-host).
SimpleX Chat: v5.2-beta.2 with delivery receipts, favorite chats, and more is available! Also - join our event on July 27!
2y 11mon ago in simplex@lemmy.mlPlanned downtime for smp10.simplex.im – 2-4 hours starting from 4pm UTC on July 9 (Sunday)
2y 11mon ago in simplex@lemmy.mlMigration is complete, DNS propagated: https://www.nslookup.io/domains/smp10.simplex.im/dns-propagation/a/
Please let us know if you have connectivity issues
are any simplex devs here?
2y 11mon ago in simplex@lemmy.mlyes, occasionally :)
