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