ethersphere / user-stories

Repository for maintaining user stories
5 stars 32 forks source link

[User-Story] Seperate signing module #71

Open Eknir opened 4 years ago

Eknir commented 4 years ago

Rationale

The Swarm codebase currently requires private keys to be stored on disk, in order to interact with Swarm. This approach has obviously security problems and is not very flexible. We want to enable the usage of a separate signing module.

User-Story

As a user of Swarm, I want to be able to interact with Swarm, without the need to store private keys on my node.

Epic links

https://github.com/ethersphere/user-stories/issues/67

Acceptance criteria

Requirements

Work estimate

Related Issues

Eknir commented 4 years ago

Clef is suggested