eclipse-tractusx / ssi-credential-issuer

SSI Credential Issuer
Apache License 2.0
3 stars 9 forks source link

fix(encryptionKey): align credential and wallet config #201

Closed Phil91 closed 3 months ago

Phil91 commented 3 months ago

Description

Align the credential and wallet configuration to use the same encryption key

Why

The same key is used for encrypting and decryption the wallet data by different processes.

Issue

Refs: #197

Checklist

Phil91 commented 3 months ago

shouldn't it be the other way around as the wallet encryption key must match the credential encryption key: I mean shouldn't the credential encryption key in the issuer service remain as that is the key which does and will continue doing encrypting?

absolutely right. adjusted.