How to do it
Note: if you are looking for science fair or science project areas, this set of Web pages may help you with ideas for techniques you might use: read with a prepared mind! Alternatively, look at the projects collection which is part of this series.
Invisible Ink 1
What you need: A small bowl, some milk, and either a pipe cleaner, a toothpick, a small paint brush to use as your 'pen' — or try a quill pen. Steel pens were never used because they left fine scratches on the paper that could be seen in a slanting light.
Put a little milk in the bowl. Use your 'pen' to write a message with the milk on a piece of paper. Do not use too much milk or the paper will wrinkle. Let the milk message dry completely.
The person who gets your message must heat the paper so that the message reappears. This can be done with an iron or by holding the paper above a 100 watt light bulb — but watch out for burns.
This will help you understand
Invisible Ink 2
What you need: A small bowl, some lemon juice (or a lemon, a knife, a board and a squeezer), and either a pipe cleaner, a toothpick, a small paint brush or a quill pen to write with.
You can write with lemon juice the same way as with milk and read it after it is dry by heating it. To read the message, heat the paper as you did with the message in milk.
There is another way to read an invisible message in lemon juice. You can read it by spraying the paper lightly with red cabbage water. Use a plant misting bottle to spray the red cabbage water on.
This will help you understand
Invisible Ink 3
What you need: A small bowl, some vinegar, and either a pipe cleaner, a toothpick, a small paint brush or a quill pen to write with.
Write your message in vinegar and use red cabbage juice to read the message, as in the previous method.
This will help you understand
Invisible Ink 4
What you need: 5 mL (1 teaspoon) of corn starch in 60 mL (1/4 cup) of water, some way of heating the starch solution gently: half a minute in a microwave is about right.
Stir the starch and let it cool. Write your message on paper and let it dry.
To read the invisible writing, wipe the surface of the paper with a sponge which has been wetted in iodine and water. The iodine mixture should be 10 drops of standard iodine solution in 60 mL (1/4 cup) of water. The message will show up dark purple on a light purple background.
Safety tip: Iodine can be used on cuts to kill germs because it is poisonous to living things. Drinking or eating iodine could make you sick. Wash up carefully afterwards.
This will help you understand
Invisible Ink 5
What you need:
Baking soda, sodium bicarbonate or sodium hydrogen carbonate (same thing, three names), water and grape juice concentrate
Mix about 1/4 cup (60 ml) of baking soda and 1/4 cup (60 ml) of water. Write with this mixture on paper, using a brush (you could use a steel pen, if you could find one, but it marks the paper — a quill pen would be better for this). Let it dry completely. To read the secret message, paint grape juice concentrate across the paper from top to bottom with a paint brush or a sponge.
Does it work with regular grape juice?
Tip: Grape juice stains. Be careful not to spill it.
This will help you understand
Invisible Ink 6
I appear to have found this on the Web — it was in my notes, but I don't think I wrote it, so I make no claim to it. Also, I have not tried it yet. You are on your own, Secret Agent!
What you need:
Lemon juice, runny honey and glycerine
My notes say the mix should be about 4:4:1 lemon:glycerine:honey. Glycerine can be bought at any pharmacy, and it is safe enough — as a rule, never drink anything in the lab. Mix well and store in the refrigerator.
1. Dip a cotton swab into the ink and use it to write the secret message on a piece of paper.
2. Allow the message to dry completely.
3. To read the invisible ink, spray the message with the red cabbage water solution.
This will help you with the cabbage water
Invisible Ink 7
Some notes from the CIA: this material is taken from that link, and refers to historical methods of concealing messages, in this case in the American War of Independence. The 'Patriots' are American agents.
Secret Writing
While serving in Paris as an agent of the Committee of Secret Correspondence, Silas Deane is known to have used a heat-developing invisible ink, compounded of cobalt chloride, glycerine and water, for some of his intelligence reports back to America. Even more useful to him later was a "sympathetic stain" created for secret communications by James Jay, a physician and the brother of John Jay. Dr. Jay, who had been knighted by George III, used the "stain" for reporting military information from London to America. Later he supplied quantities of the stain to George Washington at home and to Silas Deane in Paris.
The stain required one chemical for writing the message and a second to develop it, affording greater security than the ink used by Deane earlier. Once, in a letter to John Jay, Robert Morris spoke of an innocuous letter from "Timothy Jones" (Deane) and the "concealed beauties therein," noting "the cursory examinations of a sea captain would never discover them, but transferred from his hand to the penetrating eye of a Jay, the diamonds stand confessed at once."
Washington instructed his agents in the use of the "sympathetic stain," noting in connection with "Culper Junior" that the ink "will not only render his communications less exposed to detection, but relieve the fears of such persons as may be entrusted in its conveyance." Washington suggested that reports could be written in the invisible ink "on the blank leaves of a pamphlet. . . a common pocket book, or on the blank leaves at each end of registers, almanacks, or any publication or book of small value."
Washington especially recommended that agents conceal their reports by using the ink in correspondence: "A much better way is to write a letter in the Tory stile with some mixture of family matters and between the lines and on the remaining part of the sheet communicate with the Stain the intended intelligence."
Even though the Patriots took great care to write sensitive messages in invisible ink, or in code or cipher, it is estimated that the British intercepted and decrypted over half of America's secret correspondence during the war.
This will help you investigate cobalt chloride
Substitution ciphers
Substitution ciphers replace one letter with another. The simplest form is supposed to date from the time of Julius Caesar, and it involves replacing each letter by another letter, perhaps three along in the alphabet.
The computer in the film 2001: A Space Odyssey is called HAL, and some people think this was a substitution cipher for IBM. Think about it . . .
This will help you code and decode
Code challenge 1
Here is a common sentence typed by typists when they are learning to type. It is hard to analyse the frequencies, because most of the letters of the alphabet are used.
wkhtx lfneu rzqir amxps hgryh uwkho dcbgr j
Here is another sentence often used by typists.
wxfrb cqncr vnoxa juupx xmvnw cxlxv ncxcq njrmx ocqny jach
This will help you understand
A coding spreadsheet
I used a spreadsheet to generate the substitution ciphers above. Here, I will give you just a few hints, but the rest will be up to you.
In my spreadsheet, cell A1 is the offset, the number of characters that are different. For example, if I have 5, an A will become F, B will become G and so on. Then in the rest of column A, I type the letters of the sentence to be coded, leaving out the spaces. That means your sentence becomes a column of letters, starting in A2.
I use all lower case letters. There is an operator in spreadsheets called CODE that converts letters to numbers: A is 65, a is 97, Z is 90, z is 122. I enter in cell B2 this formula: =CODE(A2). Now I need to increase all of these values, so in cell C2 I put the formula =B2+A$1. (The $ is a special trick that means when we copy this formula down later, we will keep looking at cell A1 -- this is called absolute addressing. Don't worry about it, just do it!)
Now we have a problem, because some of the numbers will be too high, because we have gone beyond the end of the alphabet. All of my numbers need to be in the range from 97 to 122. So now I add a new formula in cell D2: =IF(C2<123,C2,(C2-26)).
Once again, don't worry about this too much, it is a handy bit of formula that turns numbers outside the range back into numbers inside the range. And now, we are ready to convert the number back to a letter
In cell E2, we add the formula =CHAR(D2). Now we are ready to copy down cells B2 to E2. Highlight those cells, then drop down to, say, row 100 and use the command Edit — Fill — Down to copy those formulas. Now if you type a sentence, starting a A2 and working down, the code will appear in column E
(I actually get a bit more complicated, using the =CONCATENATE command to pull all of the letters into a single string, but I will leave that for you to play with.)
This will help you understand
This will help you understand
This will help you understand
|