https://github.com/andifalk/cryptography-for-devs
Cryptography labs for developers
https://github.com/andifalk/cryptography-for-devs
Last synced: about 1 month ago
JSON representation
Cryptography labs for developers
- Host: GitHub
- URL: https://github.com/andifalk/cryptography-for-devs
- Owner: andifalk
- License: apache-2.0
- Created: 2023-11-04T19:05:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:54:10.000Z (7 months ago)
- Last Synced: 2025-01-20T07:19:08.561Z (3 months ago)
- Language: Java
- Size: 590 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptography-for-devs
Cryptography labs for developers.
1. Cryptography using Java API (with its own provider and BouncyCastl provider)
2. Cryptography using Google Tink (best-practice crypto library)
3. Mutual TLS with Spring Boot (work in Progress, see https://github.com/andifalk/client-certificate-demo instead in the
meantime)## Prerequisites
* Java 21 JDK installed
* Any Java IDE that is capable of handling maven projects