GithubHelp home page GithubHelp logo

jv813yh / secure_chat_room_tcp_salt Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 181 KB

Example of a chat room between multiple clients using a server. Secure communication is provided by the Salt channel protocol.

C 99.46% Batchfile 0.08% Makefile 0.46%
client-server cryptography linux tcp-ip windows

secure_chat_room_tcp_salt's Introduction

secure_chat_room_TCP_Salt

The program can be compiled using a makefile and they are added .bat files for easy launch for Windows of server and client applications. The server listens on port 8080 (macro PORT).The client enters this information when calling the application(client IP Port).

The client can exchange secure data with other connected ones clients. The server provides a chat room service where each client connects to the server can send and receive data from other connected users. It's used console window for communication between clients and server. Data is being entered from the command line interface (CLI), which means that the application demonstrates working with smaller ones data.

The applications use the external TweetNaCl library to perform cryptography operations used by the Salt channelv2 protocol to secure transmissions data and user protection. The program demonstrates the use of cryptography Salt channelv2 protocol to establish a secure connection between multiple clients and servers. I use the TCP protocol as the communication channel.

Runable on Windows and Linux with makefile.

Salt-channel protocol: https://github.com/assaabloy-ppi/salt-channel-c

Cryptographic protection is provided TweetNaCl: https://tweetnacl.cr.yp.to/

TweetNaCl API for Salt protocol: https://github.com/assaabloy-ppi/salt-channel-c/blob/master/src/external/tweetnacl_modified/tweetnacl_modified_wrapper.c

secure_chat_room_tcp_salt's People

Contributors

jv813yh avatar

Stargazers

tom 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.