Design and implementation of a crypto-stego security system
Table Of Contents
Chapter ONE
INTRODUCTION
- 1.1Introduction
- 1.2Background of Study
- 1.3Problem Statement
- 1.4Objective of Study
- 1.5Limitation of Study
- 1.6Scope of Study
- 1.7Significance of Study
- 1.8Structure of the Research
- 1.9Definition of Terms
Chapter TWO
LITERATURE REVIEW
- 2.1Overview of Cryptography
- 2.2History of Steganography
- 2.3Principles of Cryptography
- 2.4Techniques of Steganography
- 2.5Cryptography Algorithms
- 2.6Steganography Tools
- 2.7Cryptography Applications
- 2.8Steganography in Digital Media
- 2.9Challenges in Crypto-Stego Systems
- 2.10Future Trends in Crypto-Stego Security
Chapter THREE
SYSTEM DESIGN AND IMPLEMENTATION
- 3.1Research Design
- 3.2Data Collection Methods
- 3.3Sampling Techniques
- 3.4Data Analysis Procedures
- 3.5Ethical Considerations
- 3.6Research Validity
- 3.7Research Reliability
- 3.8Research Limitations
Chapter FOUR
SYSTEM TESTING AND EVALUATION
- 4.1Data Analysis and Interpretation
- 4.2Comparison of Results
- 4.3Evaluation of Findings
- 4.4Discussion on Crypto-Stego Security
- 4.5Implications of the Study
- 4.6Recommendations for Implementation
- 4.7Future Research Directions
- 4.8Practical Applications of Crypto-Stego Systems
Chapter FIVE
SUMMARY, CONCLUSION AND RECOMMENDATIONS
- 5.1Conclusion
- 5.2Summary of Findings
- 5.3Contributions to Knowledge
- 5.4Implications for Practice
- 5.5Recommendations for Future Research
Project Abstract
<p> </p><p>This research work has led to the development of a data encryption system that organizations and individuals can use for secure data communication, and to keep private/secret information as confidential as possible. The Waterfall model was used in the analysis of the existing systems and identification of lapses/weaknesses. These weaknesses were corrected/checked by the new system developed using Python. The new system provides security to data/information by encrypting the message and then hides/embeds the encrypted form of the message in any type of image file. The importance of the study of information security cannot be over emphasized in our society</p><p>today as it helps to save a lot of situation concerning information confidentiality, integrity, and itβs availability for only the intended person(s), and further help save information from attackers who may want to use the information to achieve some malicious intent, for probably selfish interests. The proposed system achieves this by encrypting a secret message using AES algorithm and hiding it in an image file using the LSB algorithm making it possible to maintain the integrity of the secret message.</p><p>In this project we have presented a new system for the combination of cryptography and Steganography using two keys (user password and unique number) which could be proven a highly secured method for data communication. Cryptography, especially when combined with steganography, is a powerful tool which enables people to communicate without possible eavesdroppers even knowing there is a form of communication in the first place. The main advantage of this Crypto-Stego System is that the method used for encryption, AES, is very secure and the LSB transformation Steganography techniques are very hard to detect. This proposed method can also withstand different attacks and thus a very strong and robust method of data security can be obtained.</p> <br><p></p>
Project Overview
<p>
</p><p>In the present world of communication, one of the necessary requirements to prevent data theft is securing the information. Security has become a critical feature for thriving networks and in military alike. Cryptography and Steganography are well known and widely used techniques that manipulate information (messages) in order to cipher or hide their existence. These techniques have many applications in computer science and other related fields: they are used to protect military messages, E-mails, credit card information, corporate data, personal files, etc. This protection is done or carried out by first generally encrypting the data, then hiding it so as to only be discovered for whom it is meant or intended for. Before the modern era, cryptography was concerned solely with message confidentiality (.i.e., encryption “ conversion of messages from a comprehensible form into an incomprehensible one, and back again at the other end), rendering it unreadable by interceptors or eavesdroppers without the secret knowledge which is the key needed for decrypting the message. In recent decades, the field has expanded beyond confidentiality concerns to include techniques for message integrity checking, sender/receiver identity authentication, digital signatures, interactive proofs, and secure computation, amongst others. Encryption attempts to ensure secrecy in communications, such as those of spies, military leaders, diplomats etc.</p><p>Steganography (“ hiding the existence of a message so as to keep it confidential) was also first developed in ancient times. An early example, from Herodotus (- a Greek historian), concealed a message a tattoo on a slave’s shaved head under the regrown hair. In modern terms, Steganography is usually implemented computationally, where cover works such as text files, images, audio files, and video files are altered in such a way that a secret message can be embedded within them. Although Steganography techniques are very similar to that of digital watermarking, one big distinction must be highlighted between the two. In digital watermarking, the focus is on ensuring that nobody can remove or alter the content of the watermarked data, even though it might be plainly obvious that it exists. Steganography on the other hand, focuses on making it extremely difficult to tell that a secret message exists at all. If an unauthorized third party is able to say with high confidence that a file contains a secret message, then steganography has failed</p>
<br><p></p>