WEHI-ResearchComputing / FileSenderCli

Improved command line interface and Python API for interacting with FileSender servers
https://wehi-researchcomputing.github.io/FileSenderCli/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Consider encryption support #7

Open multimeric opened 1 year ago

multimeric commented 1 year ago

However, the user could simply encrypt the files as a prior step using a separate tool, so it's unclear if this CLI supporting encryption would be particularly helpful.

WebSpider commented 4 months ago

It would be useful since it allows to download an encrypted file via webui that has been made available via cli.

multimeric commented 4 months ago

Is your use case that the sender has uploaded the file via the GUI and it's encrypted? And the recipient wants to decrypt it via CLI?

WebSpider commented 2 months ago

It's both ways: WebUI encrypts, CLI decrypts or CLI encrypts, WebUI decrypts

svennd commented 2 weeks ago

(just a +1) It would be great if we could just provide a password before uploading a file and the cli takes care of the encryption!

multimeric commented 2 weeks ago

I'm open to PRs. I do intend to implement this, but it's not a priority for me right now.