cryptletter
cryptletter copied to clipboard
support upload in command prompt ?
Does cryptletter support uploading messages via curl in command line mode?
Unfortunately not.
Since cryptletter encrypts messages on the client side, it would require to prepare the payload in a very specific way, before sending it out with curl.
It should be possible to implement those client mechanics in the cli, for example:
# NOTE: Proposal, this does not work
echo "Secret message" | cryptletter message:post -e https://remote-cryptletter-instance.example.com
Sounds like a solid feature, I'll add it to the roadmap.