Re: Perl Encryption Game Help Please

2007-11-09 Thread John W . Krahn
On Friday 09 November 2007 04:55, John W.Krahn wrote: > > On Thursday 08 November 2007 17:11, Inventor wrote: > > > > if ($i == 0) { > > if (@s1[0] eq "QBCnlq57Byh") { > > If you had warnings enabled perl would have warned you about using an > array slice where you should be using a sca

Re: Perl Encryption Game Help Please

2007-11-09 Thread Inventor
On Nov 9, 7:55 am, [EMAIL PROTECTED] (John W . Krahn) wrote: > > Well, let's have a look at some code. :-) > > > John > -- > use Perl; > program > fulfillment Haha! You are quite the stickler for detail! My apologies for the GNU GPL mistake especially!!! I will now run off and fix everything

Re: Perl Encryption Game Help Please

2007-11-09 Thread Omega -1911
Why not hire a PR firm instead of filling up everyone's inbox with off-topic discussion? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Perl Encryption Game Help Please

2007-11-09 Thread Inventor
On Nov 8, 1:57 pm, [EMAIL PROTECTED] (Yitzle) wrote: > Is there a website with anything released? > You can use tr/// to create a slightly better encyption than the > rot13, where A becomes Q, and B becomes X... where the match is > randomly assigned. > > -- > - Yitzchok Good Hmmm, I answered your

Re: Perl Encryption Game Help Please

2007-11-09 Thread John W . Krahn
On Thursday 08 November 2007 17:11, Inventor wrote: > > On Nov 8, 1:57 pm, [EMAIL PROTECTED] (Yitzle) wrote: > > > > Is there a website with anything released? > > Great, thanks for asking, I have just completed Mission 2 and updated > the web site accordingly. You will find the Missions trivially

Re: Perl Encryption Game Help Please

2007-11-08 Thread Inventor
On Nov 8, 1:57 pm, [EMAIL PROTECTED] (Yitzle) wrote: > Is there a website with anything released? > You can use tr/// to create a slightly better encyption than the > rot13, where A becomes Q, and B becomes X... where the match is > randomly assigned. > > -- > - Yitzchok Good Great, thanks for ask

Re: Perl Encryption Game Help Please

2007-11-08 Thread yitzle
Is there a website with anything released? You can use tr/// to create a slightly better encyption than the rot13, where A becomes Q, and B becomes X... where the match is randomly assigned. On Nov 8, 2007 12:40 AM, Inventor <[EMAIL PROTECTED]> wrote: > > On Nov 7, 9:03 pm, [EMAIL PROTECTED] (Yitz

Re: Perl Encryption Game Help Please

2007-11-08 Thread Inventor
On Nov 7, 9:03 pm, [EMAIL PROTECTED] (Yitzle) wrote: > If you're using rot13, I'd like to take this oppurtunity to quote > Mendel Cooper, author of The Advanced Bash-Scripting Guide [1], in > regards to rot13 [2] > "This simple-minded cipher can be broken by an average 12-year old > using only penc

Re: Perl Encryption Game Help Please

2007-11-07 Thread yitzle
If you're using rot13, I'd like to take this oppurtunity to quote Mendel Cooper, author of The Advanced Bash-Scripting Guide [1], in regards to rot13 [2] "This simple-minded cipher can be broken by an average 12-year old using only pencil and paper." [1] http://tldp.org/LDP/abs/html/index.html [2]

Re: Perl Encryption Game Help Please

2007-11-07 Thread Inventor
On Nov 7, 10:59 am, [EMAIL PROTECTED] (Tom Phoenix) wrote: > > Hope this helps! > > --Tom Phoenix > Stonehenge Perl Training Yes, that helped a great deal, thanks! I should mention that the emphasis will be on gaining computer skills, setting up freeware tools, and also on defensive measures such

Re: Perl Encryption Game Help Please

2007-11-07 Thread Tom Phoenix
On 11/6/07, Inventor <[EMAIL PROTECTED]> wrote: > I would like to code up a test game in which the user must write a > simple set of nested for loops that try every password code against a > perl guardian script until they get the right password. To accomplish > this, I need one perl script that

Perl Encryption Game Help Please

2007-11-07 Thread Inventor
Hi, First an introduction and then a few questions. I have a concept for a game that came to me in a dream. It involves writing code and building hardware to complete various objectives. The game is called HSTechSpy at the moment, and it will be open source with profit derived by selling the har