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
feat: add version command, get version at build time #81
gets the version at build time - this means versions are based on the git tag, and we no longer have to go in and manually update the version string within the application itself
adds version command to provide some additional version+build information c
This PR: