Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Well my project for scientific calculator is rejected by my lecturer so now I need to start all again.

I am thinking of creating a java or c++ program which will accept a password and ask for key to encrypt it. I will provide numbers to key and only 2 keys will be used.

1st key will be for mono-alphabetic cipher for which I think switch cases would be used and other key can be Hill or vigenere cipher.

But I am not getting any idea for vigenere cipher please help me on how can I write code for this. I hope you all know about this technique and if possible please suggest any other simple cipher technique.

Also then I am looking to make a decryption program which will decrypt the encrypted password which will be send by encryption program and key will be supplied as decide by user earlier.

Thanks
Posted
Comments
Nagy Vilmos 20-Dec-11 9:12am    
If you are going to write a cypher, an important part is the decryption.
CurrentlyBE 20-Dec-11 12:12pm    
Sir I know whats vigenere cipher technique is but for me it is difficult to code for the logic that it uses with the matrix combinations.

1 solution

I might be able to help you with finding information[^]
 
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