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.git
Go to the project directory
cd encumcrypt
Install dependencies
npm install
Start the program
npm run tauri dev