You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only thing required to download a file is the hash of the file
Add extra layer of security where you might need a password or passkey to download a file
Possible Solution
I suggest reading upon how to use symmetric in combination with assymmetric keys
Additional Context
The Encryption code is present in sendFile and downloadFromPeer functions