This is an OCX using the VBPASSWD.DLL dynamic link library to encrypt 
passwords for Serv-U.

To use it do the following (in VB parlance):

  (1) Load the component servutil.ocx into your project (the icon will then 
      appear on the control palate). Place the vbpasswd.dll file so the OCX
      can find it (the Windows\system directory would work, but anything in
      your PATH should do).
  (2) Place an instance of the control on a form
  (3) call the method as follows:
     
        EncyrptedPassword=MyServUtil.MakePassword(myPassword)
   
        where:
          EncryptedPassword is the return value (string)
          MyServUtil is the name of the control
          myPassword is a string argument

I have included a test VB program (test1.vbp) to demonstrate the use.


Mark McClure
mmcclure@ee.duke.edu
