> Hey, neat trick! What kind of encryption did you use? 

on DesplanchesCrypt str
  repeat with i = 1 to str.length
    txt = txt & numToChar( 0 )
  end repeat
  return txt
end

Best parts are, it doesn't require a crypt key, and it's impossible to
crack! :oP

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to