drand/tlock

Piping input isn't working

AnomalRoil opened this issue · 3 comments

It's fairly important to support piping input into tle:

cat plaintext | age -p | tle -d 1m -o cipher.tle

We had a conditional that prevented the stdin default from being used.

Found the output file was not created

This is working now

cat tlock.go | age -p | ./tle -D 3s -o bill.tle
cat bill.tle | ./tle -d | age -d -o bill.go