Project Description:
well its as the name suggests a simple data encryption algo only diff is that the length of key depends entirely upon the user and also the encryption follows a one time pad format i.e. once key is used to transfer data from A to B once if A is to transfer another set of confidential data to B in the same conversation, he/she will interrupted for another key.
Also the key is attached to the data and then sent over to the receiver so the receiver does not have to be aware of the existence of a key the decryption will automatically take place once the receiver clicks the decrypt button i.e. the algo will automatically take the key out of the data and follow the decryption steps automatically this way the receiver need not know of the existence of any key if he/she is not a computer professional.
I have implemented this algo in java and it works fine still I am working to improve it and to anyone who is willing to share his/her ideas with me please do your suggestions are valuable.