A simple text cipher which uses Caesar cipher, written in Python
-
Updated
Feb 14, 2021 - Python
A simple text cipher which uses Caesar cipher, written in Python
The Alphabetic Division Cipher (ADC) Algorithm is a cryptographic method that encrypts and decrypts text and numbers by dividing the alphabet into distinct groups. Each letter is mapped to a numerical equivalent, and shifts or substitutions are applied based on their group.
Implementation of classic rail fence cipher encryption and encryption,decryption of 2-level rail fence cipher
A simple IPv6 like text cipher
Add a description, image, and links to the text-cipher topic page so that developers can more easily learn about it.
To associate your repository with the text-cipher topic, visit your repo's landing page and select "manage topics."