An open API service indexing awesome lists of open source software.

https://github.com/sjdonado/ecies

Elliptic Curve Integrated Encryption Scheme Java implementation - **Education only**
https://github.com/sjdonado/ecies

bouncycastle java

Last synced: 5 months ago
JSON representation

Elliptic Curve Integrated Encryption Scheme Java implementation - **Education only**

Awesome Lists containing this project

README

          

# ecies
Elliptic Curve Integrated Encryption Scheme Java implementation

* Curve25519
* KDF2BytesGenerator (SHA256Digest)
* hMacKey tag (Data integration validation)

## Recipient
![alt text](https://raw.githubusercontent.com/sjdonado/ecies/master/recipient.png)

## Sender
![alt text](https://raw.githubusercontent.com/sjdonado/ecies/master/sender.png)