CiriacoCipher
A tool to work with simple numerical ciphers.
General Note
This application was inspired by my grandpa Ciriaco Jun Villasin.
He will take a word (often a name), convert it to a letter sum, and find other words that have the same value.
For more information, checkout his new book SynchroNumerEmpiricism detailing the methodology and how he has used this throughout his life.
Cipher Tools
There are 3 cipher tools that CiriacoCipher provides at your disposal:- Encode — converts letters to numbers
- Decode — converts numbers to letters
- Words — converts a letter sum to words
Terminology
Cipher Types:- A1Z26 Cipher — A = 1, B = 2, ..., Z = 26
- A0Z25 Cipher — A = 0, B = 1, ..., Z = 25
- Cipher Type — A1Z26
- Letters — A B C
- Numbers — 1 2 3
- Letter Sum — 6
Special Message (2024-10-28)
Developer Note
This project is completely free and open source (FOSS).You can find the source code on GitLab.