Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help!!!
#14
Quote:Moneo:

I tried the code in QuickBASIC 4.5. I had to change the X$ to S$, as the use of X and X$ kept giving me an error.

Then, encryping the simple word "THIS" returns a heart)/2. Now, since the heart is not your "usual" keyboard entry character, it becomes very dificult to de-crypt the encrypted code! I think that an encrypter/decrypter should return only keyboard characters, to make it truly useful. What do you think?
Ralph,
Sorry about the X and X$ issue. Some compilers allow it, others do not. Anyway, that's the way Ethan Winer wrote it.

I don't agree with an encryption algorithm returning only keyboard characters. The purpose of an encryption algorithm is to take a string or record of characters and convert it or scramble it in such a way, using a password, so that the original text will not be recognizable. Of course, you should be able to run the same algorithm and password to convert the encrypted text back to the original.

I have never heard of the requirement that the encrypted text should be keyboard characters only. What's the purpose?

The algorithm is given a text and a password, it produces an encrypted text which can be stored on a file. When you want to decrypt the text, you read the encrypted text from the file, and run the algorithm on it with the same password.

If someone wants to look at the encrypted text, he will use a hex editor, because he will not be expecting keyboard characters.
*****
Reply


Messages In This Thread
Help!!! - by Polter - 06-06-2006, 09:24 PM
Re: Help!!! - by Moneo - 06-07-2006, 04:15 AM
Help!!! - by Ralph - 06-07-2006, 05:29 AM
Help!!! - by Polter - 06-07-2006, 03:25 PM
Help!!! - by na_th_an - 06-07-2006, 03:49 PM
Help!!! - by Polter - 06-07-2006, 04:01 PM
Help!!! - by Skyler - 06-07-2006, 06:34 PM
Help!!! - by Moneo - 06-08-2006, 03:57 AM
Help!!! - by Ralph - 06-08-2006, 07:39 AM
Help!!! - by Polter - 06-08-2006, 07:39 AM
Help!!! - by Polter - 06-08-2006, 10:03 AM
Help!!! - by Polter - 06-08-2006, 01:27 PM
Help!!! - by Ralph - 06-08-2006, 08:38 PM
Help!!! - by Moneo - 06-09-2006, 12:25 AM
Help!!! - by Ralph - 06-09-2006, 12:35 AM
Help!!! - by Skyler - 06-09-2006, 01:49 AM
Help!!! - by Skyler - 06-09-2006, 01:50 AM
Help!!! - by Ralph - 06-09-2006, 02:19 AM
Help!!! - by Moneo - 06-09-2006, 06:03 AM
Help!!! - by Ralph - 06-09-2006, 09:13 AM
Help!!! - by Polter - 06-09-2006, 01:58 PM
Help!!! - by Skyler - 06-10-2006, 12:34 AM
Help!!! - by Ralph - 06-10-2006, 01:00 AM
Help!!! - by Polter - 06-10-2006, 05:52 AM
Help!!! - by Ralph - 06-10-2006, 07:48 AM
Help!!! - by Polter - 06-10-2006, 08:42 AM
Help!!! - by Polter - 06-10-2006, 09:37 AM
Help!!! - by Ralph - 06-10-2006, 10:07 AM
Help!!! - by Polter - 06-10-2006, 02:37 PM
Help!!! - by Torahteen - 06-18-2006, 01:39 AM
Help!!! - by Ralph - 06-18-2006, 02:27 AM
Help!!! - by Polter - 06-18-2006, 05:01 AM
Help!!! - by yetifoot - 06-18-2006, 02:02 PM
Help!!! - by Ralph - 06-18-2006, 08:27 PM
Help!!! - by yetifoot - 06-18-2006, 08:47 PM
Help!!! - by Torahteen - 06-18-2006, 08:53 PM
Help!!! - by Ralph - 06-19-2006, 06:47 AM
Help!!! - by Polter - 06-19-2006, 09:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)