-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security Features #14
Comments
Hi,
So, before the file transfer begins, the leecher requests the seeder to send him the concatenated hashes of all pieces. This is done, so that the leecher can hash them and compare it with the 'root hash' it obtained from the leader. After the confirmation, the file transfer is initiated. On receiving every piece, the leecher hashes the piece content and verifies it with the appropriate section of the concatenated piece_hash it received from the seeder earlier. If the hash of the piece is verified, it safely writes to the file. |
I would love to implement this tool with my coworkers but we are security enineers so I need to do my due diligences first. |
Hi,
What are the security features?
Does it support authentication and encryption?
Cheers,
The text was updated successfully, but these errors were encountered: