Coder Social home page Coder Social logo

ecies_25519's Introduction

ECIES X25519

Elliptic Curve Integrated Encryption Scheme is a way to encrypt arbitrary sized data using a receiver's public keys.

This project specifically implements ECIES with X25519 curve, AES-256-GCM and HKDF SHA-256 on multiple languages. These are some of the best in the industry cryptographic algorithms to stand the test of time.

Currently supports Java, Javascript and Rust for the forseeable future. If more languages are needed due to internal requirements then they will be implemented and published.

Note: My thought is that the most ideal interface for a ECIES inteface would be encrypt/decrypt.

ecies_25519's People

Contributors

normano avatar

Watchers

 avatar  avatar

ecies_25519's Issues

Motivation behind HKDF and GCM

Hi @normano, I just came across your library and I have implemented something very similar myself: https://github.com/pedrouid/ecies-25519

However the main differences are the HKDF and GCM. For my library I have used instead SHA512 for KDF and CBC for AES encryption. I'm curious however about your motivation behind these algorithms

I'm not a cryptographer but I would love to know more about any properties that might have justified these decisions

Thanks in advance ๐Ÿ™

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.