Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code translator
#13
Ohhhhhh, you mean encryption :roll:, whoops.

One of the simplest forms of encryption is simple rotation. In rot1 A->B, B->C and Z->A. Rot13 is the most common rotation because its halfway along the alphabet, its major drawback however is that it is extremely trivial to break.

You could have a look at cipher systems such as playfair, vignere, RSA(difficult, very secure), PGP, etc. Most cipher systems that are difficult to crack also involve some very complex mathmatics.

To write a simple encryption program in Qbasic you could either use a formula based method (eg rot13) on each letter or you could use a lookup table for encrypting each letter (requires that the table be transmitted to the reader of the code, but then how do you encrypt the table :???: ). Both methods should be relatively simple exercises in programming.
esus saves.... Passes to Moses, shoots, he scores!
Reply


Messages In This Thread
Code translator - by westie - 01-29-2003, 05:41 AM
Code translator - by Agamemnus - 01-29-2003, 06:01 AM
Code translator - by na_th_an - 01-29-2003, 06:13 AM
Code translator - by Neo - 01-29-2003, 04:45 PM
no - by Agamemnus - 01-29-2003, 11:53 PM
Code translator - by toonski84 - 01-30-2003, 01:58 AM
Code translator - by Antoni Gual - 01-30-2003, 04:32 AM
Code translator - by LooseCaboose - 01-30-2003, 05:53 AM
Code translator - by wildcard - 01-30-2003, 05:55 AM
Code translator - by toonski84 - 01-30-2003, 06:52 AM
Code translator - by relsoft - 01-30-2003, 10:44 AM
Code translator - by westie - 01-30-2003, 11:45 AM
Code translator - by LooseCaboose - 01-30-2003, 12:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)