One More Way to Encrypt a Message
This work addresses encryption security for general messaging, but it appears incremental as it builds on existing symmetric cryptography concepts.
The paper tackles secure symmetric cryptography by introducing a novel encryption method that uses decimals and integers to vary encryption outputs and insert misleading digits, making code-breaking harder, with a C++ program developed for implementation.
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.