Skip to content

secret store #43

@austinmiller

Description

@austinmiller

Implement a secret store for clients that has a isolated keyspace for each profile and requires a one-time unlock on every boot of the client. Keep the master key in memory only.

Something like...

val ss = profile.getSecretStore; ss.unlock("mypw"); ss("key") == //secret

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions