Skip to content

phxql/ecc-playground

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages