Cryptomator for a single file
nurmians opened this issue · 2 comments
nurmians commented
I would be interested in using Cryptomator for encrypting/decrypting a single file with a password. Is this possible with a one-liner on the (linux) command line? If not, is there a tool you could recommend?
overheadhunter commented
Cryptomator isn't suited for this task (it will always produce more than just one file).
You can achieve this with tools like OpenSSL though: https://stackoverflow.com/a/16056298/4014509
nurmians commented
Thanks, I went with openSSL for my encryption needs.