People can send files p2p privately & completely securely.
I used HOPR protocol. but the problem was that the max payload you can send is 500bytes, so I tried to convert files into base64 and divided b64 string into chunks of 450bytes to solve the problem.
Discussion