| DES: CreateEncryptor |
Creates a new encryptor using the Data Ecryption Standard algorithm.
Public Function CreateEncryptor( Optional ByRef RgbKey As Variant, Optional ByRef RgbIV As Variant ) As ICryptoTransform
Though both parameters are optional, if only one parameter is supplied, an exception will be thrown.
Project VBCorLib Overview Class DES Overview DES Properties DES Methods CreateDecryptor Equals