Users can use the orbisd CLI app to create and recover secrets, buts its an involved process because its needs a signed JWS, registering authorization objects, encrypting secrets to the secret ring public key, etc. Each of which is its own command.
A stateful client will abstract all these into a smooth single put and get secret command.
Users can use the
orbisdCLI app to create and recover secrets, buts its an involved process because its needs a signed JWS, registering authorization objects, encrypting secrets to the secret ring public key, etc. Each of which is its own command.A stateful client will abstract all these into a smooth single
putandgetsecret command.