Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> D2k -- WEB.SHOWDOCUMENT

D2k -- WEB.SHOWDOCUMENT

From: <rajkumar75_at_my-deja.com>
Date: Tue, 05 Oct 1999 20:45:06 GMT
Message-ID: <7tdo0e$hc3$1@nnrp1.deja.com>


I am using D2K 4.1, OWAS 3.0. (Forms on Web) I am trying to spawn another web based application using the WEB.SHOWDOCUMENT( url). The problem I am facing is I need to pass a srambled password to the other system, which I am doing as follows,

WEB.SHOWDOCUMENT('http://hst.com/lnk.html?sPrm='|| <scrambled pwd>);

I am printing out this string just before passing to the SHOWDOCUMENT,it is ok, but when I print the scrambled pwd from the other application it is pure junk. The SHOWDOCUMENT does something with my 8 char long scrambled password and makes it 16 char long junk. If I don't scramble it, it just works fine.

For scrambling I am bitwise exclusive or-ing with 0XB6 (using ffi)...

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Oct 05 1999 - 15:45:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US