Skip Navigation
WebApp: Decentralized Chat
  • Not cool. It's hard enough trying to promote projects like this.

    Unless you want to he honeypotted stay away…

    I can't be more transparent than open sourcing it with instructions on selfhosting.

    I drew the logo on my phone. I'm not an artist.

  • Decentralized chat in javascript
  • id like to make it clear that the app is using webrtc which requires IP addresses to be exchanged which could result in IP address being exposed when using the public peerjs-server (hosting your own is an option). this app is explicitly NOT for anonymous communication. it explicitly shares IP addresses and data sent/recieved from peers cannot be moderated. the app is using cryptographically random ID’s for profiles to make sure they are unguessable. the connection details have to explicitly be shared.

    the app is pretty experimental in how it works so there isnt any useful documentation on it apart from what is mentioned in the post. if you have questions, feel free to ask and i can try to explain the best i can.

  • how much would/should/could it cost to get my app security assessed?

    im working on a decentralized chat app. i open sourced it to get feedback on the implementation.

    for a project like this, its important for it to be open source in order to gain user confidence in the security. but i find that the project is too complicated for pro-bono security assessment work (which is understandable).

    fiverr probably isnt the best place to find reputable support, but i wanted to see the prices. it seems to range from 50 to 5k+

    i wont be getting the support any time soon, but id like guage an estimate. i havent done something like this before so any/all advice is appriciated.

    i created a threat-model which may help: https://positive-intentions.com/docs/research/threat-model/

    to explain my app in more detail: https://medium.com/@positive.intentions.com/introducing-decentralized-chat-377c4aa37978

    github repo: https://github.com/positive-intentions/chat

    2
    Decentralized chat in a browser

    chat.positive-intentions.com

    github.com/positive-intentions/chat

    I'm excited to share with you an instant messaging application I've been working on that might interest you. This is a chat app designed to work within your browser, with a focus on browser-based security and decentralization.

    What makes this app unique is that it doesn't rely on messaging servers to function. Instead, it works based on your browser's javascript capabilities.

    Here are some features of the app:

    • Encrypted messaging: Your messages are encrypted, making them more secure.
    • File sharing: Easily share files using WebRTC technology and QR codes.
    • Voice and video calls: Connect with others through voice and video calls.
    • Shared virtual space: Explore a shared mixed-reality space.
    • Image board: Browse and share images in a scrollable format.

    Your security is a top priority. Here's how the app keeps you safe:

    • Decentralized authentication: No central server is required for login, making it harder for anyone to gain unauthorized access.
    • Unique IDs: Your ID is cryptographically random, adding an extra layer of security.
    • End-to-end encryption: Your messages are encrypted from your device to the recipient's device, ensuring only you and the recipient can read them.
    • Local data storage: Your data is stored only on your device, not on any external servers.
    • Self-hostable: You have the option to host the app on your own server if you prefer.

    A decentralized infrastructure has many unique challenges and this is a unique approach. Ive taken previous feedback and made updates. Its important to note, the app is an unstable proof-of-concept and a work-in-progress. Its important to understand at this early stage in the project, there will be breaking changes. It is not ready to replace any existing apps or services. While the app is aiming to be an encrypted and secure chat system, the project is not mature enough to have been reviewed by security professionals and should not be considered encrypted or secure. it is provided for testing/review/feedback purposes.

    Looking forward to hearing your thoughts!

    The live app

    About the app

    Even more about the app

    Docs

    Subreddit

    0
    Decentralized chat in javascript

    chat.positive-intentions.com

    github.com/positive-intentions/chat

    I'm excited to share with you an instant messaging application I've been working on that might interest you. This is a chat app designed to work within your browser, with a focus on browser-based security and decentralization.

    What makes this app unique is that it doesn't rely on messaging servers to function. Instead, it works based on your browser's javascript capabilities.

    Here are some features of the app:

    • Encrypted messaging: Your messages are encrypted, making them more secure.
    • File sharing: Easily share files using WebRTC technology and QR codes.
    • Voice and video calls: Connect with others through voice and video calls.
    • Shared virtual space: Explore a shared mixed-reality space.
    • Image board: Browse and share images in a scrollable format.

    Your security is a top priority. Here's how the app keeps you safe:

    • Decentralized authentication: No central server is required for login, making it harder for anyone to gain unauthorized access.
    • Unique IDs: Your ID is cryptographically random, adding an extra layer of security.
    • End-to-end encryption: Your messages are encrypted from your device to the recipient's device, ensuring only you and the recipient can read them.
    • Local data storage: Your data is stored only on your device, not on any external servers.
    • Self-hostable: You have the option to host the app on your own server if you prefer.

    A decentralized infrastructure has many unique challenges and this is a unique approach. Ive taken previous feedback and made updates. Its important to note, the app is an unstable proof-of-concept and a work-in-progress. Its important to understand at this early stage in the project, there will be breaking changes. It is not ready to replace any existing apps or services. While the app is aiming to be an encrypted and secure chat system, the project is not mature enough to have been reviewed by security professionals and should not be considered encrypted or secure. it is provided for testing/review/feedback purposes.

    Looking forward to hearing your thoughts!

    The live app

    About the app

    Even more about the app

    Docs

    Subreddit

    2
    POC: Decentralized Chat

    chat.positive-intentions.com

    github.com/positive-intentions/chat

    I'm excited to share with you an instant messaging application I've been working on that might interest you. This is a chat app designed to work within your browser, with a focus on browser-based security and decentralization.

    What makes this app unique is that it doesn't rely on messaging servers to function. Instead, it works based on your browser's javascript capabilities.

    Here are some features of the app:

    • Encrypted messaging: Your messages are encrypted, making them more secure.
    • File sharing: Easily share files using WebRTC technology and QR codes.
    • Voice and video calls: Connect with others through voice and video calls.
    • Shared virtual space: Explore a shared mixed-reality space.
    • Image board: Browse and share images in a scrollable format.

    Your security is a top priority. Here's how the app keeps you safe:

    • Decentralized authentication: No central server is required for login, making it harder for anyone to gain unauthorized access.
    • Unique IDs: Your ID is cryptographically random, adding an extra layer of security.
    • End-to-end encryption: Your messages are encrypted from your device to the recipient's device, ensuring only you and the recipient can read them.
    • Local data storage: Your data is stored only on your device, not on any external servers.
    • Self-hostable: You have the option to host the app on your own server if you prefer.

    A decentralized infrastructure has many unique challenges and this is a unique approach. Ive taken previous feedback and made updates. Its important to note, the app is an unstable proof-of-concept and a work-in-progress. Its important to understand at this early stage in the project, there will be breaking changes. It is not ready to replace any existing apps or services. While the app is aiming to be an encrypted and secure chat system, the project is not mature enough to have been reviewed by security professionals and should not be considered encrypted or secure. it is provided for testing/review/feedback purposes.

    Looking forward to hearing your thoughts!

    The live app

    About the app

    Even more about the app

    Docs

    Subreddit

    0
    WebApp: Decentralized Chat

    chat.positive-intentions.com

    github.com/positive-intentions/chat

    I'm excited to share with you an instant messaging application I've been working on that might interest you. This is a chat app designed to work within your browser, with a focus on browser-based security and decentralization.

    What makes this app unique is that it doesn't rely on messaging servers to function. Instead, it works based on your browser's javascript capabilities.

    Here are some features of the app:

    • Encrypted messaging: Your messages are encrypted, making them more secure.
    • File sharing: Easily share files using WebRTC technology and QR codes.
    • Voice and video calls: Connect with others through voice and video calls.
    • Shared virtual space: Explore a shared mixed-reality space.
    • Image board: Browse and share images in a scrollable format.

    Your security is a top priority. Here's how the app keeps you safe:

    • Decentralized authentication: No central server is required for login, making it harder for anyone to gain unauthorized access.
    • Unique IDs: Your ID is cryptographically random, adding an extra layer of security.
    • End-to-end encryption: Your messages are encrypted from your device to the recipient's device, ensuring only you and the recipient can read them.
    • Local data storage: Your data is stored only on your device, not on any external servers.
    • Self-hostable: You have the option to host the app on your own server if you prefer.

    A decentralized infrastructure has many unique challenges and this is a unique approach. Ive taken previous feedback and made updates. Its important to note, the app is an unstable proof-of-concept and a work-in-progress. Its important to understand at this early stage in the project, there will be breaking changes. It is not ready to replace any existing apps or services. While the app is aiming to be an encrypted and secure chat system, the project is not mature enough to have been reviewed by security professionals and should not be considered encrypted or secure. it is provided for testing/review/feedback purposes.

    Looking forward to hearing your thoughts!

    The live app

    About the app

    Even more about the app

    Docs

    Subreddit

    5
    Encrypted P2P Chat
  • https://www.reddit.com/r/Rad_Decentralization/comments/1de5ajk/a_decentralized_microfrontend_architecture/

    there may be details you are interested in, but the post is quite large. you can search in that that post about how i plan to deal with syncing between devices. the functionality is not working in the app at the moment.

    the data is persisted to browser storage, and unsent messages will be queued up when peers are not connected. similarly, the functionlity is not working at the moment.

    peer discovery can be a whole separate discussion. the app provides ways to exchange connection data with links and QR codes. it is important that the user shares this with peers they trust, the ID is otherwise cryptographically random. upon first connection asymetric encryption keys are created and used for every future connection (to prevent impersonation).

    Why are only parts opensource?

    the part that isnt open source is the aws-cdk repo im using for deploying to S3. the app is otherwise open source and i give the instructions to deploy on your own github-pages if you want.

    can you explain more about that licence?

  • Encrypted P2P Chat
  • your concerns are well placed. i am not a security expert and the project is not a mature enough for it to have a security professional take a look, so it shouldnt be considered secure or encrypted until someone reputable can verify it.

    i open sourced it so i could investigate getting security advice without a budget... but of course its pretty complex to do without a budget. so i'll settle with what feedback i can get.

  • Encrypted P2P Chat
  • its open souce but understandably complex to understand.

    im using a thin wrapper around browser-based cryptography functions. im using webpack 5 module federation to import that file at runtime.

    https://github.com/positive-intentions/cryptography/blob/staging/src/stories/components/Cryptography.tsx

    those functions are used to create a kind-of decentralised authentication as described here: https://positive-intentions.com/docs/research/authentication

    the app uses peerjs to send encrypted messages. i have the checkbox only for the user to confirm this is for testing purposes only. it is also worded throughout the docs that users should be responsible for what data they share. the app doesnt need any personal detail to work (ip address - as per requirement of webrtc). im all ears for ideas on a previous post: https://www.reddit.com/r/darknetplan/comments/16qw24o/on_my_decentralized_chat_app_i_want_some_kind_of/

    pardon my art skills. i drew it on my phone. i was going for a "whale". a simple logo was enough. i dont expect version 2 to be any better. as for the domain, it was cheap. i would like to do rebranding at some point but i dont know enough to make any time for it.

  • Encrypted P2P Chat

    chat.positive-intentions.com

    github.com/positive-intentions/chat

    I'm excited to share with you an instant messaging application I've been working on that might interest you. This is a chat app designed to work within your browser, with a focus on browser-based security and decentralization.

    What makes this app unique is that it doesn't rely on messaging servers to function. Instead, it works based on your browser's javascript capabilities.

    Here are some features of the app:

    • Encrypted messaging: Your messages are encrypted, making them more secure.
    • File sharing: Easily share files using WebRTC technology and QR codes.
    • Voice and video calls: Connect with others through voice and video calls.
    • Shared virtual space: Explore a shared mixed-reality space.
    • Image board: Browse and share images in a scrollable format.

    Your security is a top priority. Here's how the app keeps you safe:

    • Decentralized authentication: No central server is required for login, making it harder for anyone to gain unauthorized access.
    • Unique IDs: Your ID is cryptographically random, adding an extra layer of security.
    • End-to-end encryption: Your messages are encrypted from your device to the recipient's device, ensuring only you and the recipient can read them.
    • Local data storage: Your data is stored only on your device, not on any external servers.
    • Self-hostable: You have the option to host the app on your own server if you prefer.

    A decentralized infrastructure has many unique challenges and this is a unique approach. Ive taken previous feedback and made updates. Its important to note, it is still a work-in-progress and provided for testing/review/feedback purposes.

    Looking forward to hearing your thoughts!

    The live app

    About the app

    Docs

    6
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)XO
    xoron @programming.dev
    Posts 6
    Comments 7