RSA algorithm with a new approach encryption and decryption message text by ascii
Ahmad Steef, M. N. Shamma, A. Alkhatib

TL;DR
This paper proposes a novel RSA-based encryption method that converts message text into binary ASCII representation, processes it in byte groups, and applies a bijective function to enhance data security, implemented via a Java application.
Contribution
Introduces a new ASCII-based RSA encryption and decryption approach using binary conversion and bijective functions for improved message security.
Findings
Successfully implemented the method in Java
Demonstrated compatibility with ASCII characters
Enhanced message encryption process
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Chaos-based Image/Signal Encryption · Coding theory and cryptography
