How to Encode and Decode Using a Bible Cipher
This is a fun way of making your own coded message using a Bible.
Encoding
- 1
- 2For each word in your message
- Look up the word in the concordance and find a verse which contains that word. Usually if the word is common there will be multiple references, pick one.
- Using a Bible find the verse from the concordance, identifying the ordinal position of the word you wish to use.
- Encode word by using the information writing the code above the word:
- The first set of two digits represent the book of the Bible (01 = GENESIS, 02= EXODUS, 03= LEVITICUS, ... 65 = JUDE, 66 = REVELATION).
- The second set of two digits represent the chapter in the book (01 would be the first chapter).
- The third set of two digits represent the verse (01 would be the first verse)
- the fourth set of two digits represents the word in the verse (count from the first word)
- 3
- 4
Decoding
- 1
- 2Each set of Eight numbers represents a word using:
- The first set of two digits represent the book of the Bible (01 = GENESIS, 02= EXODUS, 03= LEVITICUS, ... 65 = JUDE, 66 = REVELATION).
- The second set of two digits represent the chapter.
- The third set of two digits represent the verse.
- The fourth set of two digits represents the word.
- 3
- 4
- Mix it up, don't use words in only one book of the Bible
- Make sure everybody is using the same version of the Bible
- When making the code, use an on-line concordance to find words which are included in your cipher.
Categories:
Codes and Hidden Messaging
Edited by Rob S, Flickety, Eric, Dirtbikes193 and 5 others