No, I wish I could.  I have to produce this by script and output the file to
the scratch file.  Then rename (just trying to keep different 8 chars + $$$)
and then de-crypt the file.  A bit of overkill but I do not want the file
shared or worse stored away for future use.



Sincerely,
Paul D 

Marked ** Privite **  (my internal record keeping) emails etc...  

Confidentiality Notice:  This electronic mail may contain confidential
information belonging to the sender which is legally privileged.  The
information is intended only for the use of the individual(s) or entity
named above.  If you are not the recipient, you are hereby notified that any
disclosure, copying, distribution or taking of any action in reliance upon
the content of this electronic mail is strictly prohibited.  If you have
received this electronic mail in error, please forward to sender
immediately.  Thank you.


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of MikeB
Sent: Wednesday, February 17, 2010 7:21 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Launch Encrypted file as hta

Do you mean you are storing the HTA in a varchar that is encrypted?  I don't

understand exactly what you mean now.

----- Original Message ----- 
From: "Paul InterlockInfo" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, February 17, 2010 6:53 PM
Subject: [RBASE-L] - Re: Launch Encrypted file as hta


>I tried your ideas and still no luck,  But thank you!   Could you point me
> in a direction of what you referred to in this email below?
>
> I thought/assumed that RBase was using a proprietary encoder and not
> something like 'blowfish'. Maybe I am wrong?  Not the first time.
>
>
> Sincerely,
> Paul Dewey
>
>
> Tried the following;
>
> set var ep text = 'prd'
> set var v1 text = (FILENAME(0))
> out .v1 encrypt .ep
> dir
> out screen
> set var vhta text = '.hta'
> set var v2 text = (.v1 + .vhta)
> copy .v1 .v2
> -- need to correct file ext, just delete .$$$ for now
> set var vl text = ('Launch' & .v2 & .ep & '&vl')
> show var
> &vl
>
>
> This creates a file w/wrong ext.  I have a work around (well it is your 
> dll)
> but you get the idea I am sure.  It fails.
>
> ** Reason for private -  Just because of the nature.  I also respect your
> sharing of your dll's   I will post a bit, but generic.
>
>
>
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of MikeB
> Sent: Wednesday, February 17, 2010 5:56 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - Re: Launch Encrypted file as hta
>
> Also,  the encrypted part is more likely just encoded.  There are a 
> plethora
>
> of decoders available so you can get back to readable VBScript / JScript
> source code.
>
> 


Reply via email to