RE: NEED HELP Encrypt Url ?

2000-07-18 Thread Karl Simanonok
Original Message: === Date: Mon, 17 Jul 2000 16:47:57 -0400 From: "Steve Bernard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: NEED HELP Encrypt Url ? Message-ID: [EMAIL PROTECTED] Could you share your solution with the class? Steve Sure, but you'll hav

Re: NEED HELP Encrypt Url ?

2000-07-17 Thread Karl Simanonok
-0500 From: Billy Cravens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: NEED HELP Encrypt Url ? Message-ID: [EMAIL PROTECTED] When you generate your url strings, use encrypt() to encrypt the variables; when you need to reference those url variables, decrypt them using decrypt() -- Billy

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Steve Bernard
Could you share your solution with the class? Steve -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: Re: NEED HELP Encrypt Url ? Encrypting URL strings is often desirable, but some time ago I tried

Re: NEED HELP Encrypt Url ?

2000-07-17 Thread Mirek Hryckowiak
!--- ...write some code to get the variable/value pairs from you eV (encrypted cgi string) variable --- Have fun, Miro - Original Message - From: "Steve Bernard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 17, 2000 9:

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Steve Bernard
since." It was to this that I was asking for more information. Regards, Steve -Original Message- From: Mirek Hryckowiak [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 26, 1998 5:44 PM To: [EMAIL PROTECTED] Subject: Re: NEED HELP Encrypt Url ? Steve, the cfencrypt, cfdecrypt usage is: !-

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Deva Ramesh
url="../report/hrall.rpt?init=actx#rep#" Thanx Ramesh -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 18, 2000 8:47 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: NEED HELP Encrypt Url ? I know how to use cfencrypt/cfdecr

NEED HELP Encrypt Url ?

2000-07-14 Thread Rif Kiamil
How do I encrypt urls, where do i get info on encrypt urls, just want info on encrypt url Rif Kiamil Head of Network Admin / Project Coordinator of Intranet Web Based Applications JJ Fast Food Distribution LTD Tele 020 8885 9218 / Fax 020 8885 9213

Re: NEED HELP Encrypt Url ?

2000-07-14 Thread Billy Cravens
When you generate your url strings, use encrypt() to encrypt the variables; when you need to reference those url variables, decrypt them using decrypt() -- Billy Cravens [EMAIL PROTECTED] Rif Kiamil wrote: How do I encrypt urls, where do i get info on encrypt urls, just want info on