Zen Secure Messaging
Find a file
2024-11-27 00:47:49 +00:00
include Resolve compiler warning 2024-11-15 00:07:11 +00:00
src Key server and replace space with tab 2024-11-27 00:47:20 +00:00
.gitignore Update gitignore 2024-11-27 00:47:37 +00:00
LICENSE Add License 2024-04-30 17:19:25 +01:00
luft.h Use Luft as alternative for libnotify, update CFLAGS 2024-11-05 00:20:43 +00:00
Makefile Fix makefile 2024-11-27 00:47:49 +00:00
README.md Initial commit 2024-04-30 17:17:17 +01:00
zsm.1 Use Luft as alternative for libnotify, update CFLAGS 2024-11-05 00:20:43 +00: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.