I am currently trying to build a project (self-learning) which essentially is a website for sharing files (between two users). I want to encrypt a file (pdf) using ECIES (primary objective) and then send it to another user. My questions are:
- How to encrypt a file at client-side?
- How to send an encrypted file to a server (which language/library/technology)
As my questions suggest, I am a beginner in web development.