Abstract— Encryption is the process of transforming plaintext into the ciphertext where plaintext
is the input to the encryption process and ciphertext is the output of the encryption process. Decryption is
the process of transforming ciphertext into the plaintext where ciphertext is the input to the decryption
process and plaintext is the output of the decryption process. There are various encryption algorithms
exist classified as symmetric and asymmetric encryption algorithms. Here, I present an algorithm for
data encryption and decryption which is based on ASCII values of characters in the plaintext. This
algorithm is used to encrypt data by using ASCII values of the data to be encrypted. The secret used will
be modifying o another string and that string is used as a key to encrypt or decrypt the data. So, it can be
said that it is a kind of symmetric encryption algorithm because it uses same key for encryption and
decryption but by slightly modifying it. This algorithm operates when the length of input and the length
of key are same.
Keywords- Encryption, Decryption, ASCII, symmetric encryption, plaintext, ciphertext
บทคัดย่อ -- การเข้ารหัสเป็นกระบวนการของการเปลี่ยนอักขระลงในผนังที่อักขระ
คือใส่เพื่อการเข้ารหัสกระบวนการและผนังเป็นผลผลิตของกระบวนการเข้ารหัส ถอดรหัสเป็น
กระบวนการเปลี่ยนผนังเป็นอักขระที่แพทจะใส่เพื่อถอดรหัส
กระบวนการและอักขระเป็นผลผลิตของกระบวนการการถอดรหัสมีหลายวิธีการเข้ารหัสลับ
อยู่จัดเป็นไม่สมมาตรสมมาตรและขั้นตอนวิธีการเข้ารหัส ที่นี่ , ผมเสนออัลกอริทึมสำหรับการเข้ารหัสและถอดรหัสข้อมูล
ซึ่งจะขึ้นอยู่กับค่าของตัวอักษรใน ASCII อักขระ . ขั้นตอนวิธีนี้
ใช้เพื่อเข้ารหัสข้อมูลโดยใช้ค่า ASCII ของข้อมูลจะถูกเข้ารหัส ความลับที่ใช้จะ
จะปรับเปลี่ยน O อื่นสตริงและสตริงจะถูกใช้เป็นคีย์การเข้ารหัสลับหรือถอดรหัสข้อมูลได้ ดังนั้น , มันสามารถ
กล่าวว่ามันเป็นชนิดของขั้นตอนวิธีการเข้ารหัสแบบสมมาตร เพราะใช้สำหรับการเข้ารหัสลับ และคีย์เดียว
ถอดรหัสแต่เล็กน้อยการปรับเปลี่ยนมัน วิธีนี้ทำงานเมื่อความยาวของการป้อนข้อมูลและความยาวของคีย์เหมือนกัน
.
คำสำคัญ - การเข้ารหัส , ถอดรหัส , ASCII , สมมาตรการเข้ารหัสลับอักขระผนัง ,
การแปล กรุณารอสักครู่..
