The refuge of the intelligent from flecko, where we exchange witticisms, eat peaches, have young women feed us peaches, share drawings that are actually good (egads!), and generally revel in elitism. You aren't invited.
by Spartacus September 07, 2004

An encryption system in which the alphabet is rotated anywhere from 1-26 characters causing the word to be harder to read but solvable through simple substituion invented by Julis Caesar.
by Spartacus March 19, 2005

The best Englisman ever, on flecko and F2. Also known as mandrake, master of illusion and mystery, from the old cartoon Defender's of the Earth. Many know him as goz, gozzy, or Sweet English Lovin'.
by Spartacus September 07, 2004

An abbreviation encryption system that is very powerful. It uses prime numbers in order to make it harder to break. It will convert characters and words into one very large number which is solved using a decryption algorithm.
crypto encryption cryptography
crypto encryption cryptography
P = 61 <- first prime number (destroy this after computing E and D)
Q = 53 <- second prime number (destroy this after computing E and D)
PQ = 3233 <- modulus (give this to others)
E = 17 <- public exponent (give this to others)
D = 2753 <- private exponent (keep this secret!)
Your public key is (E,PQ).
Your private key is D.
decrypt(C) = (C^D) mod PQ
= (C^2753) mod 3233
encrypt(T) = (T^E) mod PQ
= (T^17) mod 3233
Q = 53 <- second prime number (destroy this after computing E and D)
PQ = 3233 <- modulus (give this to others)
E = 17 <- public exponent (give this to others)
D = 2753 <- private exponent (keep this secret!)
Your public key is (E,PQ).
Your private key is D.
decrypt(C) = (C^D) mod PQ
= (C^2753) mod 3233
encrypt(T) = (T^E) mod PQ
= (T^17) mod 3233
by Spartacus May 13, 2005

by Spartacus May 04, 2004
