This is a project for the Information System Security course that will demonstrate data encryption. This project is a chat system that can create rooms and connect to them for communication. The data will be encrypted and decrypted on the recipient's side.
| Software | Version |
|---|---|
NodeJS |
18 |
Rust |
1.66 |
C++ Build Tools |
MSVC v143 |
Clone the project
git clone https://github.com/ophoomo/encumcrypt.gitGo to the project directory
cd encumcryptInstall dependencies
npm installStart the program
npm run tauri dev