Create a common Interface for reading secrets #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we have a strict implementation of storing a secret in a file. We should instead make this an interface so that there can be options. You can store it in a file. Or maybe you can store as a grid pattern unlock. Or maybe even biometrics (crazy).
The existing implementation should be moved out into its own package which implements the new interface.