Develop a system based on Assymetric key cryptography (public-key cryptography,
http://en.wikipedia.org/wiki/Assymetric_key_cryptography[
^]) for exchange of secret messages in e-mail attachments.
A person who can spy on e-mail communications should not be able to decipher the messages. (Many people unfamiliar with public-key cryptography would say this is impossible, which is not true, of course; it is quite possible). Also see this:
http://en.wikipedia.org/wiki/RSA[
^], literally follow the communications between Alice and Box and provide e-mail implementation.
The task if fairly simple and nearly minimal. However, nobody knows your performance to get any idea how much time it make take.
—SA