Proposing A Ciphering Protocol
Sarbajit Manna, Saurabh Dutta

TL;DR
This paper introduces a new stream cipher protocol that dynamically generates symmetric keys based on G.C.D of bit positional weights, enhancing security and applicability for various file types.
Contribution
It presents a novel bit-level stream cipher method that emphasizes dynamic key formation and symmetric key value usage for improved security.
Findings
Dynamic symmetric key formation enhances security.
Applicable to various file types and sizes.
Simplifies encryption and decryption processes.
Abstract
This paper describes a novel bit level stream cipher based symmetric key cryptographic technique. At first, sender and receiver agree upon a symmetric key. Then the symmetric key is formed using Greatest Common Divisor (G.C.D) of sum of even or odd bit positional weightth even or odd number and a symmetric key value is derived from the symmetric by the sender. The symmetric key value is XORed with the ASCII value of the plain text character to get the cipher text character. This is repeated for the entire plain text file. The symmetric key and the entire cipher text file is sent by the sender to the receiver. From the symmetric key, the receiver calculates the symmetric key value. The symmetric key value is XORed with the cipher text character to get back the plain text character. When this process is repeated for every cipher text character, then entire plain text file is formed by the…
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
TopicsChaos-based Image/Signal Encryption · Cryptographic Implementations and Security · Coding theory and cryptography
