spieglt / Cloaker

Simple, drag-and-drop, password-based file encryption
GNU General Public License v3.0
405 stars 38 forks source link

Feature Request: Allow piping input and output from and to stdin/stdout #10

Closed errhammr closed 3 years ago

errhammr commented 3 years ago

At the moment it is only possible to read input files that are on the harddrive and save the output to another file on the harddrive. It would be really handy to be able to pipe the input and output to make chaining commands easier.

spieglt commented 3 years ago

I've thought about this, I guess I could just take the password as another flag in that case?

errhammr commented 3 years ago

The flag and password can be viewed in (h)top and other tools. Maybe have a CLI flag for the password and as an alternative a second flag to read the password from a file.

spieglt commented 3 years ago

It was a little trickier than expected, but version 4 is up on the releases and has flags for stdin, stdout, passwords, and password files! Please try it out and let me know.