Two-Level Encryption and Decryption Using Caesar Cipher and Morse Code with Word Censoring for a Chat Application
摘要
The current day chat applications are used by almost all our devices; they send and receive text messages, voicemail, documents, and images. These messages travel over a network to reach the receiver. The data in these chats require security, and to aid this, encryption of data is crucial. Caesar encryption and Morse code are such algorithms that provide us with a solution to be able to securely conduct end-to-end transmission of data. This paper focuses on the design and implementation of an encryption algorithm that incorporates both Caesar encryption and Morse code to ensure secure data processing within a computer network environment.