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

https://github.com/phxql/ecc-playground

Playground project for ECC with Curve25519 and AES-GCM on the JVM
https://github.com/phxql/ecc-playground

Last synced: about 1 month ago
JSON representation

Playground project for ECC with Curve25519 and AES-GCM on the JVM

Awesome Lists containing this project

README

          

# ECC Playground

Small playground which uses ECC with Curve25519 to agree on a shared key. Then uses SHA-256 to derive a session key
for AES-GCM encryption.

This example only works with installed JCE Unlimited Strength, as AES-256 is used.

## License

GPLv3: https://www.gnu.org/licenses/gpl-3.0.html