Click here to Skip to main content
15,997,960 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I need some topics over cryptography, that are not too hard.I have been searching for the last week but i didn't find a topic that is feasible to complete in a month or two.

Plzz if aome one have any idea or project.
Posted

1 solution

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
 
Share this answer
 
Comments
cocoonu 9-Mar-11 12:48pm    
thank a lot, i am collecting info on it.
Sergey Alexandrovich Kryukov 9-Mar-11 18:47pm    
Thank you. And isn't that the reason you voted 3? Or what, it was not you?

How about formally accepting my Answer? Especially taking into account you're going to use it...
--SA
Sergey Alexandrovich Kryukov 9-Mar-11 18:50pm    
By the way I guess you need to approve the topic with your school's research program chief, is that the case? If so you need to discuss the proposed topic early to get a chance to get to a different task if this one is considered too trivial, or not interesting otherwise, or used by others... just trying to give an advice...
--SA
cocoonu 10-Mar-11 3:15am    
I need to approve it by our Prof.But it is the same thing as using winzip or other software to secure files.It will be hard to convince him over this.If u could suggest a different approach to this, it will be very helpful.
surely after getting approval i will be clicking accept solution
Sergey Alexandrovich Kryukov 10-Mar-11 3:28am    
If you think it's the same as winzip you did not get the idea at all!
I don't want to suggest anything to a person who don't read! Or understand.

Look, this is your last chance. If you do not understand this, _any_ your work in security is useless.

With winzip you have to pass a password, when you do it someone spy in connection and get password and decrypt the message. In RSA, even if the key is known to the spy, decryption is impossible. Many would say it is impossible, because the spy has the same information. In such thinking there is a subtle mistake which you should understand. If you read the article you would
new that.

I tell you, such simple system of e-mail does not exits. Now, I suggest you read the article, understand it and reply.

--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900