Zen Secure Messaging
Find a file
2024-09-20 17:16:17 +01:00
include Add closed connection status, remove print_packet routine and revamp how send_packet and recv_packet works 2024-09-20 17:06:03 +01:00
lib Add closed connection status, remove print_packet routine and revamp how send_packet and recv_packet works 2024-09-20 17:06:03 +01:00
src Rename key_pair to keypair_t, avoid using excess memory on client.c, removing using sizeof(uint8_t) 2024-09-20 17:16:17 +01:00
.gitignore Slightly working prototype, able to relay messages 2024-09-16 13:11:01 +01:00
LICENSE Add License 2024-04-30 17:19:25 +01:00
Makefile Makefile compile for specific username 2024-09-18 08:33:51 +01:00
README.md Initial commit 2024-04-30 17:17:17 +01:00

zsm

Zen Secure Messaging(zsm) is a secure messaging protocol specifically for Linux(Unix-based) systems.

Dependencies

  • sqlite
  • libsodium
  • libnotify

Building

You will need to run these with elevated privilages. You will need *-dev packages to build both server and client.

git clone https://github.com/night0721/zsm
make
make install

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.