One More Way to Encrypt a Message
Irina Pashchenko

TL;DR
This paper presents a novel symmetric cryptography method that uses decimals and integers, producing different encrypted messages each time with misleading digits to enhance security, demonstrated through a C++ implementation.
Contribution
It introduces a new encryption technique involving decimals and integers, with dynamic encryption outputs and added misleading digits for increased security.
Findings
Encryption varies with each message due to decimal use
Misleading digits complicate code-breaking
C++ implementation demonstrates practicality
Abstract
This work describes an example of an application of a novel method for symmetric cryptography. Its purpose is to show how a regular message can be encrypted and then decrypted in an easy, yet secure way. The encrypting method introduced in this work is different from others because it involves decimals as well as integers, encrypting the same initial message differently every time, and inserting misleading digits into every encrypted message, thus making the task of breaking the code even harder. A C++ program was written to support each chapter.
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
TopicsCryptographic Implementations and Security
