diff --git a/README.md b/README.md index f5efd2ba..57cd906e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # cryptoshred -![Java CI](https://github.com/prisma-capacity/cryptoshred/workflows/Java%20CI/badge.svg?branch=master) +![Java CI](https://github.com/prisma-capacity/cryptoshred/workflows/Java%20CI/badge.svg?branch=main) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/333bfd567a6a447895212994b414f077)](https://app.codacy.com/gh/prisma-capacity/cryptoshred?utm_source=github.com&utm_medium=referral&utm_content=prisma-capacity/cryptoshred&utm_campaign=Badge_Grade_Settings) -[![codecov](https://codecov.io/gh/prisma-capacity/cryptoshred/branch/master/graph/badge.svg)](https://codecov.io/gh/prisma-capacity/cryptoshred) +[![codecov](https://codecov.io/gh/prisma-capacity/cryptoshred/branch/main/graph/badge.svg)](https://codecov.io/gh/prisma-capacity/cryptoshred) [![MavenCentral](https://img.shields.io/maven-central/v/eu.prismacapacity/cryptoshred)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22eu.prismacapacity%22) diff --git a/codecov.yml b/codecov.yml index 14e5c310..d24f9cd1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -20,7 +20,7 @@ coverage: - "src" # advanced branches: - - master + - main if_not_found: success if_ci_failed: error informational: false diff --git a/cryptoshred-spring-boot-autoconfigure/README.md b/cryptoshred-spring-boot-autoconfigure/README.md index 64d88116..591ffc5c 100644 --- a/cryptoshred-spring-boot-autoconfigure/README.md +++ b/cryptoshred-spring-boot-autoconfigure/README.md @@ -9,9 +9,9 @@ Configuration The following configuration properties exists: -| **Property name** | **Description** | **Required** | **Default Value** | -|----------------------------------|-----------------|---------------|----| -| `cryptoshred.cloud.aws.dynamo.tablename`| name of AWS DynamoDB table to store the subjectId/ key pairs. Only required when module [cryptoshred-cloud-aws](../cryptoshred-cloud-aws) is also used. | yes | - | -| `cryptoshred.initVector` | initialization vector for encryption/ decryption. Should be a random value. Only required for the default [JDKCryptoEngine](https://github.com/prisma-capacity/cryptoshred/blob/master/cryptoshred-core/src/main/java/eu/prismacapacity/cryptoshred/core/JDKCryptoEngine.java). Alternatively, you can provide your own [CryptoEngine](https://github.com/prisma-capacity/cryptoshred/blob/master/cryptoshred-core/src/main/java/eu/prismacapacity/cryptoshred/core/CryptoEngine.java)| yes (if JDKCryptoEngine is used) | - | -| `cryptoshred.defaults.algorithm` | crypto algorithm to be used. Currently only *AES* is supported | no | AES | -| `cryptoshred.defaults.keySize` | | no | 256 | +| **Property name** | **Description** | **Required** | **Default Value** | +|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----| +| `cryptoshred.cloud.aws.dynamo.tablename`| name of AWS DynamoDB table to store the subjectId/ key pairs. Only required when module [cryptoshred-cloud-aws](../cryptoshred-cloud-aws) is also used. | yes | - | +| `cryptoshred.initVector` | initialization vector for encryption/ decryption. Should be a random value. Only required for the default [JDKCryptoEngine](https://github.com/prisma-capacity/cryptoshred/blob/main/cryptoshred-core/src/main/java/eu/prismacapacity/cryptoshred/core/JDKCryptoEngine.java). Alternatively, you can provide your own [CryptoEngine](https://github.com/prisma-capacity/cryptoshred/blob/main/cryptoshred-core/src/main/java/eu/prismacapacity/cryptoshred/core/CryptoEngine.java) | yes (if JDKCryptoEngine is used) | - | +| `cryptoshred.defaults.algorithm` | crypto algorithm to be used. Currently only *AES* is supported | no | AES | +| `cryptoshred.defaults.keySize` | | no | 256 | diff --git a/pom.xml b/pom.xml index c2b0a354..6248fcfd 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ 1.20.0 - master + main