CRJan 9, 2016

RSA algorithm with a new approach encryption and decryption message text by ascii

arXiv:1610.08832v14 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for data security in public-key cryptography systems.

The paper tackles the problem of securing data transmission by proposing an approach to encrypt and decrypt message text using ASCII and the RSA algorithm, converting text to binary, applying a bijective function, and implementing it in a Java application.

In many research works, there has been an orientation to studying and developing many of the applications of public-key cryptography to secure the data while transmitting in the systems, In this paper we present an approach to encrypt and decrypt the message text according to the ASCII(American Standard Code for Information Interchange) and RSA algorithm by converting the message text into binary representation and dividing this representation to bytes(8s of 0s and 1s) and applying a bijective function between the group of those bytes and the group of characters of ASCII and then using this mechanism to be compatible with using RSA algorithm, finally, Java application was built to apply this approach directly.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes