Note

NOTE: For registering (to get access to our codes) please send your full info on nirmaciphers@gmail.com.
Your information will be TOTALLY CONFIDENTIAL.

Saturday, February 19, 2011

CIPHER DECODING

We've done the program which uses the concept of cryptography. User are required to enter the ENCRYPTED STRING. Our aim is to write a program that DECRYPT the entered string without asking the key to user!

for example:
if user inputs "flskhu" the output should be "cipher". Our program will apply the key -3 or 23 to it n after that it will check the keyed string in dictionary for its significance. The applied key will not be produced by user our program will find the key to be applied.

other example:"K jcvg fqiu"

1 comment:

  1. There are some features of the program can also be used like, how many words are found in dictionary, how many words are matching of the final decrypted string with words of dictionary etc. by enabling disabling the flags.

    ReplyDelete