adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
3 stars 0 forks source link

implement a secure key storage functionality for the pop-server #40

Open francis-pouatcha opened 1 year ago

francis-pouatcha commented 1 year ago

Sample Implementation from popular eth server implementation: https://github.com/paradigmxyz/reth/blob/main/bin/reth/src/args/secret_key.rs -> whereby they do nothing special.

francis-pouatcha commented 1 year ago

in the context of this task, we will also have to provide some functionality on how to protect secrets in a rust server. This is a sample project that goes into that direction: https://github.com/iqlusioninc/crates/tree/main/secrecy.

I am principally interested with:

Tekum-Emmanuella commented 2 weeks ago

Please i need help to implement this ticket @Blindspot22 @Christiantyemele