This project implements an ECC-based signcryption scheme in Python using Flask, providing a web interface for signing and encrypting messages securely.
To install dependencies
sudo apt install python3 python3-pip -y; pip3 install Flask
git clone https://github.com/mukesher4/ECC-Signcryption-Scheme.git
cd Signcrypt/
python3 __main__.py