Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support upload in command prompt ? #27

Open
changchichung opened this issue Aug 13, 2021 · 1 comment
Open

support upload in command prompt ? #27

changchichung opened this issue Aug 13, 2021 · 1 comment

Comments

@changchichung
Copy link

Does cryptletter support uploading messages via curl in command line mode?

@Scribblerockerz
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants