https://github.com/nakov/java-cryptography-examples
Java Examples for: Hashes, HMAC, PBKDF2, Scrypt, Argon2, AES-CTR-HMAC, ECDSA-secp256k1, EdDSA-Ed25519
https://github.com/nakov/java-cryptography-examples
Last synced: 9 months ago
JSON representation
Java Examples for: Hashes, HMAC, PBKDF2, Scrypt, Argon2, AES-CTR-HMAC, ECDSA-secp256k1, EdDSA-Ed25519
- Host: GitHub
- URL: https://github.com/nakov/java-cryptography-examples
- Owner: nakov
- Created: 2019-01-26T15:49:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T17:26:41.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T05:51:12.209Z (9 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Cryptography-Examples
Java Examples for: Hashes, HMAC, PBKDF2, Scrypt, Argon2, AES-CTR-HMAC, ECDSA-secp256k1, EdDSA-Ed25519
Based on the following libraries:
* Java Cryptography Architecture (JCA) and the build-in providers - https://docs.oracle.com/javase/10/security/java-cryptography-architecture-jca-reference-guide.htm
* BouncyCastle - https://www.bouncycastle.org/java.html
* Argon2 JVM - https://github.com/phxql/argon2-jvm
* Cava Crypto - https://github.com/ConsenSys/cava
* Web3j / Crypto - https://github.com/web3j
* Ed25519-Java - https://github.com/str4d/ed25519-java
Slides: https://www.slideshare.net/nakov/cryptography-for-java-developers-nakov-jprofessionals-jan-2019
Video (in Bulgarian): https://www.youtube.com/watch?v=ZG3BLXWVwJM
Blog: https://nakov.com/blog/2019/01/26/cryptography-for-java-developers-nakov-at-jprofessionals-jan-2019