I used to download files and then use openssl to encrypt them, which is not enough for me. How can I encrypt the download gradually as the file is being downloaded?
I thought about using curl and an openssl pipe but cannot figure it out.
Is there any better tool to perform this?