A-K Cipher Tool is a cryptographic utility designed for CTF challenges and advanced cryptanalysis, supporting ciphers, base encoding/decoding, and mathematical operations.
-
Updated
Jan 24, 2025 - Python
A-K Cipher Tool is a cryptographic utility designed for CTF challenges and advanced cryptanalysis, supporting ciphers, base encoding/decoding, and mathematical operations.
This is a Caesar cipher for both encoding and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts "HI" to "JK", but key 20 encrypts "HI" to "BC".
Add a description, image, and links to the ceaser topic page so that developers can more easily learn about it.
To associate your repository with the ceaser topic, visit your repo's landing page and select "manage topics."