A Symmetric Key Cryptographic Algorithm
TL;DR: This paper describes cryptography, various symmetric key algorithms in detail and then proposes a new asymmetric key algorithm, which is the quickest and most commonly used type of encryption.
read more
Abstract: Any communication in the language that you and I speak—that is the human language, takes the form of plain text or clear text. That is, a message in plain text can be understood by anybody knowing the language as long as the message is not codified in any manner. So, now we have to use coding scheme to ensure that information is hidden from anyone for whom it is not intended, even those who can see the coded data. Cryptography is the art of achieving security by encoding messages to make them nonreadable. Cryptography is the practice and study of hiding information. In modern times cryptography is considered a branch of both mathematics and computer science and is affiliated closely with information theory, computer security and engineering. Cryptography is used in applications present in technologically advanced societies; examples include the security of ATM cards, computer passwords and electronic commerce, which all depend on cryptography. There are two basic types of cryptography: Symmetric Key and Asymmetric Key. Symmetric key algorithms are the quickest and most commonly used type of encryption. Here, a single key is used for both encryption and decryption. There are few well-known symmetric key algorithms i.e. DES, RC2, RC4, IDEA etc. This paper describes cryptography, various symmetric key algorithms in detail and then proposes a new symmetric key algorithm. Algorithms for both encryption and decryption are provided here. The advantages of this new algorithm over the others are also explained. Categories & subject descriptors [Cryptography & Steganography]: A New Algorithm.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An Overview and Analysis of Hybrid Encryption: The Combination of Symmetric Encryption and Asymmetric Encryption
Qixin Zhang
- 01 Jan 2021
TL;DR: In this paper, the security issues in the information transmission and the method of hybrid encryption algorithms that will be widely used in the future are reviewed and analyzed to showcase the reinforcement by combining algorithms.
59
Remodeling randomness prioritization to boost-up security of RGB image encryption
TL;DR: This paper focuses on securing RGB images via cryptography during transmission among users using effective proposal of utilizing appropriate Pseudo Random Number Generator (PRNG) to present secure image transformation.
43
Patent
Supporting differentiated secure communications among heterogeneous electronic devices
Tao Zhang,Helder Antunes,Aaron Lung,Chintan Patel,Ajith Thrivikramannair,Akshay Singhal +5 more
- 10 Sep 2014
TL;DR: In this article, the authors propose a gateway logic that selectively authenticates the associated devices for group membership into a secure communication group (SCG), and selectively communicates Secure Communication Group Keys to the devices having the diverse secure communication capabilities.
37
Secure Data Transfer through DNA Cryptography using Symmetric Algorithm
TL;DR: This method proposes a secured symmetric key generation process which generates initial cipher and this initial cipher is then converted into final cipher using random key generated DNA sequences, so as to make it complicated.
References
•Book
Cryptography and Network Security: Principles and Practice
William Stallings
- 19 Aug 1998
TL;DR: The new edition of William Stallings' Cryptography and Network Security: Principles and Practice, 5e is a practical survey of cryptography and network security with unmatched support for instructors and students.
5.6K
A brief history of cryptography
TL;DR: This section gives a very short history of cryptography focusing on the key techniques that were used for encipherment purposes, including polyalphabetic ciphers and the earliest generations of cipher machines such as Enigma.
48
Introduction to public-key cryptography
Roberto Avanzi,Tanja Lange +1 more
- 19 Jul 2005
TL;DR: This chapter introduces the basic building blocks for cryptography based on the discrete logarithm problem that will constitute the main motivation for considering the groups studied in this book and briefly introduces the RSA cryptosystem.
16