Hi,

Does anyone have an encryption function that doesn't generate special
characters? (ok, I know it's not really encryption). I've taken a look at
the RC4 and XOR examples but these both generate special characters that are
causing me problems.

thanks

david

Re: Encryption Functions that don't generate special characters? by ljb

ljb
Thu Apr 29 10:03:27 CDT 2004

"David" <bogus@email.address> wrote in message
news:vu5kc.333$s3.32439@news02.tsnz.net...
> Hi,
>
> Does anyone have an encryption function that doesn't generate special
> characters? (ok, I know it's not really encryption). I've taken a look at
> the RC4 and XOR examples but these both generate special characters that
are
> causing me problems.

Use the hex encoding and decoding function found here
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6804&lngWId=4

Good RC4 code is found here
http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=6646&lngWId=4

LJB



Re: Encryption Functions that don't generate special characters? by tlviewer

tlviewer
Thu Apr 29 17:15:18 CDT 2004


"David" <bogus@email.address> wrote in message =
news:vu5kc.333$s3.32439@news02.tsnz.net...
> Hi,
>=20
> Does anyone have an encryption function that doesn't generate special
> characters? (ok, I know it's not really encryption). I've taken a look =
at
> the RC4 and XOR examples but these both generate special characters =
that are
> causing me problems.
>=20
> thanks
>=20
> david

If you are looking to do (standard) strong encryption with
VBScript in the CScript/HTA host, then check out my CryptoAPI wrapper.
Mime support (Hex:Base64) is built-in and takes place
under-the-hood.

http://mysite.verizon.net/res1ur2j/AdvCrypto.htm

All the test scripts are in VBScript. With the WSF-XML file
format, key transport can be done within <Resource> tags.
See the AdvCrypto.wsf sample script.

regards,
tlviewer