iotaledger / stronghold.rs

Stronghold is a secret management engine written in rust.

Home Page:https://wiki.iota.org/stronghold.rs/getting_started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Synchronization Across Multiple Stronghold Instances

felsweg-iota opened this issue · comments

Description

Local and remote Stronghold state synchronization via snapshots.

Motivation

The synchronization between multiple instances of Stronghold may occur, when the same application is available on multiple platforms storing secret information but is not used at the same time.

Another use case is remote synchronization of state across multiple instances of Stronghold. This would involve a more elaborate protocol to securely transfer secrets across insecure environments.

Requirements

Write a list of what you want this feature to do.

  1. Synchronize locally: full and partial
  2. Synchronize remote: secure protocol needed

Are you planning to do it yourself in a pull request?

Yes