Skip to content

vaezim/cryptic-writings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptic Writings

End-to-End encrypted chat application

Qt6 dependencies

Client executable has dependency on Qt::Widgets module (with dependency on OpenGL or other graphics library), Qt::Network and Qt::Core. Server executable only uses Qt::Network and Qt::Core and can be built on a remote SSH server.

Client side requirements:

sudo apt update
sudo apt install qt6-base-dev libqt6widgets6

Server side requirements:

sudo apt update
sudo apt install qt6-base-dev

Build

To build both client and server executables run:

./build.sh

To build server executable only:

./build.sh server

Run

./bin/crywri-server     # server side
./bin/crywri-client     # client side (gui)

Object relationship

objects.svg

About

End-to-End encrypted chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors