International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 101 - Number 12 |
Year of Publication: 2014 |
Authors: Harinandan Tunga, Arnab Saha, Akash Ghosh, Swashata Ghosh |
10.5120/17739-3854 |
Harinandan Tunga, Arnab Saha, Akash Ghosh, Swashata Ghosh . Novel Modified Playfair Cipher using a SquareMatrix. International Journal of Computer Applications. 101, 12 ( September 2014), 16-21. DOI=10.5120/17739-3854
This paper is about encryption and decryption of text using a secret password provided by the user. The encryption machine takes the password and source message as input and generates acipher text based on Modified Playfair Algorithm using dynamic rectangular matrix. The decryption machine takes the same password and the cipher text generated by the encryption engine as input to produce the original message. It also checks if the input is valid and blocks the user when an invalid input is provided. In this paper the entire program will be simulated by using an PHP application.