Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.37 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.37 KB

stcpc - Simple/Secure TCP-Chat - Crypt demo

       __                             
      /\ \__                          
  ____\ \ ,_\   ___   _____     ___   
 /',__\\ \ \/  /'___\/\ '__`\  /'___\ 
/\__, `\\ \ \_/\ \__/\ \ \L\ \/\ \__/ 
\/\____/ \ \__\ \____\\ \ ,__/\ \____\
 \/___/   \/__/\/____/ \ \ \/  \/____/
                        \ \_\         
                         \/_/ 

Features

  • Simple TCP-Chat(Server and Client) with DHKE(4096) and AES256-CBC-encryption with DES-key-whitening
  • GUI-client with ncurses
  • Forward messages to clients
  • Vim-like command mode
  • starting with arguments
  • Unicode-support
  • Nice logo
  • temporary nicknames

Input parameters

  -h, --help            show this help message and exit
  -H HOST, --host HOST
  -p PORT, --port PORT
  -l, --localhost       connect to localhost:1337
  -n, --nick NICK       set nickname to NICK
  -g, --generate        generates new primes(also working for the server)

TODO

  • GUI improvements
  • Protocol
  • Certificates
  • Chat-Rooms
  • Find user by name(Nicknames)
  • Find suitable license

License:

© 2015 nullbleed - All rights reserved

Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential Written by Bernd Busse and Daniel Jankowski, 09.06.2015