Skip to content

nullbleed/stcpc-crypt-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple/Secure TCP-Chat(beta)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages