Coder Social home page Coder Social logo

esms's Introduction

built-with-love works-on-linux gluten-free works-on-my-machine 60-of-the-time-works-every-time

🚩Preamble

This is a pure Rust multi-client encrypted messaging system, also known as Edode's Secured Messaging System. It is an end-to-end(s) communication system using a AES256-CBC encryption model. Every single piece of message (including the password verification part) is encrypted. Every message goes through the server, and the server sends back every received messages to all the clients connected and authenticated.

πŸ’» Technos

  • AES256-CBC

βœ… Changelog

Server | Client

  • Modified message transmission protocol to include the username of the sender
  • Improved the username implementation

πŸ§ͺ Miscellaneous

  • Server's password : 12345678901234567890123556789011
    • Can be changed in "chat/server/main.rs" variable : PASS
    • Has to be 32 bit long to work

πŸ“ƒ Upcoming

  • Code improvement and enhancement of memory management
  • UI

πŸ“ Features

  • AES256-CBC password encryption
  • Multi-client chat
  • Pure Rust

πŸ–Š Authors

πŸ“œ License

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.