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
- Host: GitHub
- URL: https://github.com/phxql/ecc-playground
- Owner: phxql
- License: other
- Created: 2015-12-29T15:37:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T22:42:37.000Z (over 10 years ago)
- Last Synced: 2025-02-25T18:47:52.064Z (over 1 year ago)
- Language: Kotlin
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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