Friday, 4 July 2014

Encryption Algorithm

Cipher Text generation algorithm I have created
Even if it is Cipher Text Generation Algorithm it actually generates only numbers instead of Text & Numbers.

So what's in this Algorithm:
  1. This algorithm generates a new key every time.
  2. A new key means every generated code has a different key which makes it little difficult to find its real value as two codes don't share the same key.
  3. The only problem here is the key is also in the code. But the key you see is also misguiding as instead of the original key I have put up a false key which helps generate the original key.
  4. Code works fine for any alphabet, numbers & symbolic characters.

Check this out & give some reviews.....

The following is the link to download the file

No comments:

Post a Comment