The string given in the PlainText argument is encrypted, and the resulting cipher text is
converted to a base64 value before being returned as a string.
PlainText
The PlainText argument is the string to be encrypted.
Example: <%
Function UpdateCardNumber(lngUserID, strCardNumber)
If lngUserID < 1 Or strCardNumber = "" Then
UpdateCardNumber = False
Exit Function
End If