Use secrecy::Secret for long-term storage of crypto keys #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Useful for applications like keyforkd where a seed is stored for the application's runtime, which is long since it's meant to be a server. Can also be useful in general, and should be implemented where convenient to do so.
And figure out why it's inconvenient in places where it is such, and solve those.