You are not logged in.
I've been reading about code breaking a ciphers and what not, and it's all very fascinating. I've been reading about code breaking techniques and I'd really like to practice some of the stuff I've leaned, but I can't find any sites out there.
What I'm really looking for is a site that will give me lengthy papers coded that I have to try and break using letter frequency and whatnot. Kind of like Project Euler for code breaking.
Anyone know of any sites/books that I could check out?
There are 10 types of people in the world, those who understand binary, those who don't, and those who can use induction.
Offline
It is easy to generate the information you seek.
The best is to create your own.
The principle cryptographic problem is the method used to encipher the data.
If you do NOT know how the plain text was enciphered, you may expend enormous resources with no discernible benefit.
AFTER you know the method used to encipher the plain text, it is possible to "waste" a lifetime using an inefficient decryption procedure.
Many newspapers publish a daily puzzle called cryptoquip [that may be a registered trademark].
It is a simple substitution cipher.
This is one of the results from google: http://cryptoquip.qarchive.org/
Offline
Hey!! Nice Euler site, I got #17, so that's 1/191 genius so far.
#17 is how many letters to spell something out from 1 to 1000 with
"and" being used. The triangle with 64 triangles I guessed wrong
twice so far; 3 colors...
As for code breaking sites, I haven't a clue.
I've seen a job-listing for US crytologists though on net.
Maybe you could contact them.
igloo myrtilles fourmis
Offline
I've written about a dozen different encryption/decryption programs... also found a way of calculating very large numbers (which is necessary for RSA, where a thousand-digit number is raised to another thousand-digit power). I mostly use ASCII character values to do the encryption, as this allows full sentences with punctuation. Haven't used any of them recently... not much need for me, really.
I would certainly agree that most of the time that is spent decrypting something is spent using the wrong methods... people don't generally attach the exact algorithm to their message.
There are also some systems that cannot be decrypted, because you cannot be certain that you have obtained the correct message, rather than another set of characters of the same length that happens to make sense. I am referring to what is known as a onetime pad, which is actually relatively simple to implement.
"Knowledge is directly proportional to the amount of equipment ruined."
"This woman painted a picture of me; she was clearly a psychopath"
Offline
Check out my post in Puzzles and Games section, i teach and post ciphers. Read, Learn, Solve!;)
Offline
You could be a little nicer there, Z.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
You could be a little nicer there, Z.
I excuse myself... MathsIsFun!
No Offense please..:|
If two or more thoughts intersect, there has to be a point!
Offline
None Taken ZHero. Anyways i have done all the ciphers from the book and i m just posting them on for ur fun. Tho I dont deny that i copy from a book. I learned from the book and i thought it was a gud way to learn, so i m just posting as it is.
Last edited by careless25 (2008-08-02 05:08:47)
Offline
Thats wot i'm studying at Uni, Ancient symbols and languages like hieroglyphics and stuff. So i can be a cryptologistographer-thingy or at least a historian.
People don't notice whether it's winter or summer when they're happy.
~ Anton Chekhov
Cheer up, emo kid.
Offline
but Anglo Saxon Runes r my fav.
People don't notice whether it's winter or summer when they're happy.
~ Anton Chekhov
Cheer up, emo kid.
Offline
Here is the website with a cipher to break:
http://toolpaq.com/en/cipher/
There is even a reward for doing it :-)
Offline
Here's something I just put up on another site yesterday:
ANNH REAT NTSD HOGO FAUC ZPLI AINL MGEB OFIN ONTR GHWH EEEE AAAR VRIET.
- under the title "A Simple Code". Can you solve it?
It's the activity of the intelligence above all that gives charm to existence.
Offline