We need these operations, most of them are implemented already:
- Add vault
- Update
- Delete
- Lock/Unlock
- Change pass
- Use encryption key from outside of data folder
- Generate encryption key
- Change encryption key pass
- Change cipher, requires to re-encrypt all data
- Export config
- Import config
Ideally we would implement this functionality in the gRPC service and call that from cli.
If the dedicated daemon is present connect to that
Use RichErorr https://github.com/hyperium/tonic/tree/master/examples/src/richer-error
radumarias/rencfs-daemon#4
#4
We need these operations, most of them are implemented already:
Ideally we would implement this functionality in the
gRPCservice and call that fromcli.If the dedicated daemon is present connect to that
Use
RichErorrhttps://github.com/hyperium/tonic/tree/master/examples/src/richer-errorradumarias/rencfs-daemon#4
#4