期刊名称:International Journal of Computer Science and Information Technologies
电子版ISSN:0975-9646
出版年度:2014
卷号:5
期号:6
页码:7232-7234
出版社:TechScience Publications
摘要:Encryption is the process of encoding messages or information in such a way that only authorized users can read it. In an encryption algorithm the original message or information called plaintext is given as input to form ciphertext. Decryption is the process of transforming ciphertext into plaintext. Here ciphertext is the input to the decryption algorithm and it generates plaintext as output. Cryptographic algorithms are classified as symmetric and asymmetric. This paper presents a symmetric cryptographic algorithm for data encryption and decryption based on ASCII values of characters in the plaintext. This algorithm encrypts the plaintext using their ASCII values. The secret key is converted to another string and that string is used as a key to encrypt or decrypt the data.