this
semester.
//This is the fileinfo class that is going to be the values of the hashtable
// that gets serialized to disk
[Serializable]
sealed class myFileInfo
{
public long fileSize;
public string filePath;
}
Thanks. I really appreciate any help.
Ravi Shekhar
You can read messages from
I'm writing a secure P2P application for internal use for file sharing.
Because of budget constraints, it wouldn't be feasible to buy new dedicated
server hardware. But it needs to be secure, so files cannot be intercepted
by packet sniffers. I have the following requirements for the algorithms I