Tool for Encryption & Decryption.
-
Updated
Sep 20, 2024 - Python
Tool for Encryption & Decryption.
A simple substitution cipher is an encryption method where each letter in the plaintext is consistently replaced with a different letter. For example, if ‘A’ becomes ‘D’, all 'A’s in the message will be encoded as 'D’s. While easy to use, it can be cracked through frequency analysis, making it a popular puzzle in cryptography.
Add a description, image, and links to the simple-substitution-cipher topic page so that developers can more easily learn about it.
To associate your repository with the simple-substitution-cipher topic, visit your repo's landing page and select "manage topics."