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

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

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