Cast 128 ActiveX componentCoded by Midori (
),
original cast 128 implementation by Steve Reid <sreid@sea-to-sky.net> Informations: (C) & Disclaimer |
||||||||
| The Cast128 implementation used in this component was made outside the USA. | ||||||||
Index1. Installation
1. InstallationTo install this component 1) copy the cast.dll file in any system folder (c:\windows or c:\winnt
or c:\winnt\system32 or so) To uninstall this component 1) there isn't a clean way to uninstall. 2. Documentation |
||||||||
|
This component use Cast128 to encrypt data. Cast is a simmetric algorithm,
so you must use the same key to encrypt and decrypt data.. This component was created to encrypt importants data sent with cookies. To create an istance of the chipher class use the simbolic name
"cast.chipher" or the CLSID {12BBFB97-0AEC-4837-8061-12CA8EAD166B} To create an instance using VB/VBS: The chipher class have only two methods, encode and decode.
The encode method is defined as: Parameters:
Returned value: The string is contained in a VARIANT type.
The decode method is defined as: Parameters:
Returned value:
Midori, Paipai Networks, Dec 2000. |