cryptocli
cryptocli copied to clipboard
The ultimate tool for data transfer, manipulation and proxy.
Change: - `aes-gcm` to: - `aes-gcm-encrypt` - `aes-gcm-decrypt` - `base64` to - `base64-decode` - `base64-encode` - `hex` to: - `hex-encode` - `hex-decode`
When the `--tail` loop is enabled it will loop using `--tail-interval` and also will create a new context which is passed down that has a hard timeout on it. Basically,...
This module will read from specified file descriptors. Add a write fd one too. Also maybe add aliases for `stdout` and `stdin`?
Feature for after #30 where when receiving a termination signal, the pipeline should shutdown itself cleanly by sending the terminate message.
The save module will add a time to each messages received and write it to a pipeline. IE: `{ for a in $(seq 1 10); do echo toto; sleep 1;done;...
This `fd` module will enable writing to file descriptors by creating a new anonymous pipe.
Add something like: ``` ssh-server --user blah --password bluh ```