Piping input isn't working
AnomalRoil opened this issue · 3 comments
AnomalRoil commented
It's fairly important to support piping input into tle:
cat plaintext | age -p | tle -d 1m -o cipher.tle
ardan-bkennedy commented
We had a conditional that prevented the stdin default from being used.
ardan-bkennedy commented
Found the output file was not created
ardan-bkennedy commented
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