Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 962 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 962 Bytes

ECC_Signcryption_Scheme

Introduction

This project implements an ECC-based signcryption scheme in Python using Flask, providing a web interface for signing and encrypting messages securely.

Dependencies

To install dependencies

sudo apt install python3 python3-pip -y; pip3 install Flask

Deployment

git clone https://github.com/mukesher4/ECC-Signcryption-Scheme.git
cd Signcrypt/
python3 __main__.py

Screenshots

SC_home SC_Gen
SC_RECV SC_RES