@@ -101,7 +101,7 @@ Using docker compose directly:
```
docker compose -f docker-compose.yml rm
docker compose -f docker-compose.yml --env-file=.env up --build --detach
```
```
## Using Cassandra
...
...
@@ -135,6 +135,13 @@ The cassandra database was inserted for a very large scale of credentials combin
All records are <b>signed</b> during insertion which ensures that records can't be tampered outside of the software. This is realized by the [auth middleware](./internal/middleware/authMiddleware.go) The sign/verify key must be created before hand in the crypto engine.
The database schema of the credential table is designed in such a way that a cassandra table clustering can be constructed accross regions (Country/Region Field) together with the first 4 bytes of the account id as cluster identifier.