CryptPassword

Method
Encrypts passwords.

Category
Database

 

Syntax

Function CryptPassword(ByVal UserID As String, ByVal Password As String) As String

UserId
The user ID.

Password
The clear-text password.

 

Comments
CryptPassword encrypts a password if you have supplied a user ID and a clear-text version of the password.



© 2009 Microsoft Corporation. All rights reserved.