Computer Science Canada

Turing Cryptography

Author:  ShadowHunter [ Wed Apr 28, 2004 8:56 am ]
Post subject:  Turing Cryptography

I'm writing my Final project with Turing 3.1.1A and i'm doing a cypher program. I've got 3 cyphers so far, but i was wondering Question if you guys could lend a hand and find me some easy to program cyphers.

I've got the Caeser cypher, the Porta cypher, and a direct Letter-Number cypher (a=1, b=2, A=27, B=28).

Author:  Delos [ Wed Apr 28, 2004 11:13 am ]
Post subject: 

Cyphers = maths.

That's really all there is to it.

If you know:
ord(), chr()
then you are well on your way to making some fairly complicated cyphers.

Look around a bit, there have been a few good cyphers posted (no source though! You have to figure that part out! Very Happy)


: