I've come up with a system that is pretty hard to
crack I think.  I used flash to read a txt file that
is created by a perl script.  Perl makes  a jumbled
array of letters and numbers and directory info and
puts it into a txt file.  

With flash you can't see the source code.  In fact the
encryption code doesn't even help a hacker.  

It's created from a random number in my perl script. 

Then after it loads in flash another random number
jumbles the array one more time.  

Flash sends the encrypted password to another script
which unwinds it.  

The orignal password is then sent to the crypt unix
function.  Nobody can see the users original password
in transit from the browser.

The only way to crack the password is to catch the
transmission at exactly the same time they are
installing the program, while creating their password.


The txt file with the key and installation files self
destruct after login.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to