[thelist] cryptic question

Bret Daniel BDaniel at Chemnavigator.com
Mon Oct 2 18:36:34 CDT 2000


Hi Eduardo,

You could place a random 4 digit number before and after the target value to
confuse people..

i.e. actual price is 24

use the number 2314244334 to hide it, or some other scheme.

Bret Daniel
Web Production Engineer
www.chemnavigator.com



-----Original Message-----
From: Eduardo Dominguez [mailto:lalo_dominguez at yahoo.com]
Sent: Monday, October 02, 2000 3:59 PM
To: thelist at lists.evolt.org
Subject: [thelist] cryptic question


   We are designing a little game for our employees. In this
game, if you guess the price of an item, you win that item.

   One guess per employee per day.

   The price of the item is stored in a DB. A DB a lot
of people have access to. This number should be crypted,
but then, its an encrypted number. Brute forcing your
way to the number should be VERY simple. A simple for()
loop testing all the numbers between 0 and 1000 and you
are all set.

   Is there a way to keep this number COMPLETELY private
so that only the guy that posted it knows it ? Or even
better, a number that NO ONE knows ?

   My only guess is enforcing this number thru unix permissions,
but then, the number in its encrypted form has to be read at least
once to be compared. You can write down this number and test.

   How can we solve this ?


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list