I need to store and secure clients files.
I would like to encrypt files and not being able to open it. Only file owner can open his file. I think I’ll have to generate private key for each customer. How can I encrypt and store files without being able to open it myself.
Problem n°2: I’d like client to be able to share his files with other client account (and delete share)