issues
search
vapor-ware
/
sctl
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
[Feature] - Bump sctl w/ input pipes and interactive mode
#3
Closed
lazypower
closed
5 years ago
lazypower
commented
5 years ago
Adds an interactive mode which will prompt you to place values when none were provided via alternate means.
SCTL can now receive data as an input pipe. eg:
cat mysql.password $| sctl add mysql_password
Disallowed empty key data.
fixes #1 fixes #2
cat mysql.password $| sctl add mysql_password
fixes #1 fixes #2