SCTL is not End2End encryption, instead SCTL is more of an envelope, in which you store secrets until they are needed, and those secrets should only remain available in plain text while the operation that needs them is active.
GNU General Public License v3.0
8
stars
2
forks
source link
[credentials] - Suppress output about credential source #54
The credential source was a big concern for me, now I just see a ton
of spam. Moving this from a blatant Printf to a log.Debug will still
provide the detail when required, but not spam the terminal on. every.
use.
Additionally pre-emptively update to 1.3.1 for a patch release
The credential source was a big concern for me, now I just see a ton of spam. Moving this from a blatant Printf to a log.Debug will still provide the detail when required, but not spam the terminal on. every. use.
Additionally pre-emptively update to 1.3.1 for a patch release