Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi Satan,
i want to use two forms . In one form i want to encrypt the message and in other i want to decrypt it. please provide the solution in two seperate block.

with thanks
bishnu karki
Posted
Updated 24-Oct-11 3:47am
v2
Comments
BobJanova 24-Oct-11 10:00am    
Are you on the same course as this guy?
http://www.codeproject.com/Questions/273100/encryption-decryption-algorithm-for-may-project

For starters, I'm pretty sure Satan doesn't frequent this site, so you are unlikely to get a good answer from him here.
Secondly, your homework is for you to do, not for us to do for you. Please make some attempt at doing this yourself. When you have issues, ask more specific questions relating to YOUR code and we'll be thrilled to jump in and help you.
 
Share this answer
 
Comments
RaisKazi 24-Oct-11 9:53am    
My 5+. OP has accepted your answer, so it seems OP has taken your advice positively, which is in did a good sign. :)
Dalek Dave 24-Oct-11 9:58am    
Or possibly an Omen!
RaisKazi 24-Oct-11 10:03am    
yup, could be. :)
Espen Harlinn 25-Oct-11 16:44pm    
5 x :-D
You have here some exemple for Crypt / UnCrypt data with symetric encryption (Rijndael)
http://www.obviex.com/samples/Encryption.aspx[^]

The code is fully documented...


Now, you have to implement this conformly your software specifications....
 
Share this answer
 
Try contacting Mr B L Zeebub.
I shall not Dis you for your Impish behaviour.
Although you may have a Devil of a hard time getting an answer.
But it's a Hell of a question.
 
Share this answer
 
Comments
Espen Harlinn 24-Oct-11 10:08am    
5 x :-D
Keith Barrow 24-Oct-11 14:47pm    
5'd, just Dis alone is worthy.
The easiest why is to use DES or better triple DES encryption (symmetric keys). You could find DES implementations on pretty much every language in the web.
 
Share this answer
 

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