home
|
support
|
shop
|
downloads
|
about devpower
DevPower EnCrypt ActiveX Control Version 2.1.0 (18-Jan-99)
Copyright (c) 1998 - 2008 Steve Robbins All Rights Reserved.
Documentation
Methods
AboutBox
(
)
Displays copyright and version information for the control.
EnCrypt
(
String Input {, optional String PassKey }
)
returns String
Returns the encrypted version of the Input string.
Application-specific security can be obtained by specifying a string (the PassKey argument) that is used in the encryption process instead of using the default key.
DeCrypt
(
String Input {, optional String PassKey }
)
returns String
Returns the decrypted version of the Input string.
Version
(
) String
Returns the Control Version.
Properties
None
Events
None