https://github.com/openconext/openconext-crypto
https://github.com/openconext/openconext-crypto
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openconext/openconext-crypto
- Owner: OpenConext
- License: apache-2.0
- Created: 2019-06-05T05:34:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:12:45.000Z (about 1 year ago)
- Last Synced: 2025-02-11T18:27:03.173Z (about 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenConext-crypto
Generate TINK cryptographic key material.
First fetch the crypto jar with all dependencies packaged inside the jar.
```
wget https://build.openconext.org/repository/public/releases/org/openconext/crypto/1.0.1/crypto-1.0.1-shaded.jar
```
Then generate the key material and output to the console:
```
java -jar crypto-1.0.1-shaded.jar
```
Or output to a file:
```
java -jar crypto-1.0.1-shaded.jar secret-keyset.json
```