Git Product home page Git Product logo

noledger.io's Introduction

noledger.io

Tweet

A secure and anonymous messaging service based on a ledger protocol. Clients connect by exchanging addresses (Diffie-Hellman key exchange) and broadcast their ciphered messages publicly in a central ledger. Every client that synchronizes with the ledger is downloading each message but will be only able to decrypt it if he posesses the private key associated to the receiver's address. By the proposed protocol there are no sender nor receiver IPs to which encrpyted packages can be traced back. Users do not have to raise any concerns towards the service host, even if it is corrupt.

Read the full article.

Check out the deployed service at noledger.cc


Features

noledger.io is the only messaging service which

  • ๐Ÿคฒ๐Ÿฝ is completely free, liberal and avoids any KYC
  • ๐Ÿ“œ stores messages on a time-limited public ledger but respects integrity, authenticity and absolute anonimity through distributional entropy
  • ๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ prohibits the tracing of connections, routes or meta data by design and with mathematical/informational certainty
  • ๐Ÿ” can always be trusted if the client-side protocol is obeyed, even if the service is corrupt

Why noledger was initiated in a table

The table below is a collection of publicly known security incidents (headlines and articles) with common E2E messaging services.

Date Subject
2/15/2022 European Commission justifies mass surveilance through child sex abuse - leaked internal statement.
9/8/2021 Whatsapp end-2-end encryption is not private.
6/19/2021 "Then in October 2019, WhatsApp revealed that journalists and human rights activists in India had been targets of surveillance by operators using Pegasus"
6/10/2021 Germany passed new policy which allows authorities to utilize "governmental" trojans for mass surveilance.


Function Description Status Version Proposal
Secure File Relay A secure way to exchange files using the messenger. Pending - -
Hidden Service A secure way to exchange files using the messenger. Pending - -
Adaptive Grouping Automatic mechanism to protect clients from high traffic. Stable v-1.2.0 1.2.0
Long-term Accounts A function which enables clients to download/save their whole account encrypted in a file and can be reconstructed on any device. Stable v-1.1.0
Specific Check String A second, contact specific check string for authenticity proof. Stable v-1.0.0 -
Random Padding Randomly generated nonce that is appended to the plain text. This feature randomizes every cipher output to prevent classification of identical plain text samples that were encrypted with the same key. Stable v-1.0.0 1.0.0
Base Protocol A secure and anonymous ledger-based messaging protocol. Stable v-1.0.0 1.0.0

Patch Notes

Release Patch Notes
v-1.2.0 - new console logger for traffic monitoring
- Added adaptive grouping mechanism server and client-side to protect clients from high traffic
- Improved server-side cleaner perormance through mapping entry IDs to group IDs
- Added new traffic module for group determination
- Added new "screen lock" mechanism which triggers on inactivity and when leaving the app
- Removed release script and other legacies
v-1.1.0 - Fixed generate AES key issue - Receivers were not decrypting correctly after AES key exchange
- Fully implemented account saving and loading for long-term usage
- Improved UI interactivity
- Added release script in release/ directory
- Added version badge to README.md

IP Spoofing

Protecting the user IP goes beyond the capabilities of the node-side protocol and is probably the only action which lies in the user's hands and spans across all web services. It is thus highly recommended to hide the IP via VPN or TOR window (Brave Browser for example). Attackers still cannot break the encryption nor reveal the E2E route of fetched packages but may map them in ciphered form to the origin IP. SOCKS5 implementation for a hidden service is already in plan.


Setup

Run the setup script in the root directory

bash setup.sh

open the certificate path and generate a new certificate (optional)

cd ./cert/self_signed
bash create.sh # follow instructions in terminal

or store a valid certificate and key as ssl.crt and ssl.key.


Start the noledger node

The default port will be 443

sudo node server

otherwise a port can be provided via argument

sudo node server 3000 # start the node on port 3000

For the default port open https://localhost in the browser. Access the web client by pressing the button on the landing page.


Standards

noledger.io's People

Contributors

a1-g avatar b0-b avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.