Coder Social home page Coder Social logo

ayushgpt01 / cl-ecas Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12 KB

Implementation of Elliptic Curve Cryptography algorithm in Java

License: MIT License

Java 100.00%
algorithm bouncy-castle-library cryptography elliptic-curve-cryptography java

cl-ecas's Introduction

Certificate-less Elliptic Curve Aggregate Signcryption Scheme

The CL-ECAS App is a Java-based application that demonstrates signcryption, a cryptographic technique that combines the functionalities of digital signatures and encryption into a single operation. The app allows users to create identities, perform signcryption, and unsigncryption using elliptic curve cryptography.

Table of Contents

Introduction

The main goal of this project is to showcase the signcryption technique using elliptic curve cryptography. Signcryption provides the advantage of efficient and secure communication by simultaneously ensuring the confidentiality, integrity, and authentication of the transmitted data.

The application consists of two main classes: KGC (Key Generation Center) and User. The KGC class handles the key generation and aggregation of signcrypted data, while the User class is responsible for signcryption and unsigncryption operations.

Features

  • Create users with unique identities
  • Perform signcryption on user messages
  • Aggregate signcrypted data for multiple users
  • Perform unsigncryption using aggregated cipher text and public keys of users

Prerequisites

Installation

  1. Clone the repository to your local machine: git clone https://github.com/ayushgpt01/CL-ECAS.git

  2. Navigate to the project directory: cd CL-ECAS

  3. Place the Bouncy Castle library (e.g., bcprov-jdk15on-1.70.jar) in the lib directory.

  4. Build the project using Maven:mvn package

Usage

To use the CL-ECAS App, follow these steps:

  1. Run the application:

    java -cp target/CL-ECAS.jar:lib/bcprov-jdk15on-1.70.jar com.example.CL-ECAS

  2. Follow the on-screen instructions to create users and perform signcryption operations.

  3. Use option 3 to perform unsigncryption. Make sure to provide the appropriate user identity when trying to decrypt.

Contributing

Contributions to the Signcryption App are welcome! If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

cl-ecas's People

Contributors

ayushgpt01 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.