in reply to Some way to crypt my CGI parameters

crypt does a one way encryption and is used for passwords. The only way of checking whether you enter the correct password is to run the password you enter through crypt and seeing if it matches the entry in the /etc/passwd file

Tim Vroom | vroom | vroom@cs.hope.edu
  • Comment on Re: Some way to crypt my CGI parameters