Procedures, 10

NameParametersReturnsAccessVersionsObsolete
EncryptText(Text, Text, Text)Textpublic17-26, gonePending 24.0
Use EncryptText with SecretText data type for Password.
DecryptText(Text, Text, Text)Textpublic17-26, gonePending 24.0
Use DecryptText with SecretText data type for Password.
EncryptStream(Text, InStream, var OutStream)public17-22, gonePending 18.0
Replaced, add the salt parameter to continue using this function
DecryptStream(Text, InStream, var OutStream)public17-22, gonePending 18.0
Replaced, add the salt parameter to continue using this function
EncryptStream(Text, Text, InStream, var OutStream)public17-26, gonePending 24.0
Use EncryptStream with SecretText data type for Password.
DecryptStream(Text, Text, InStream, var OutStream)public17-26, gonePending 24.0
Use DecryptStream with SecretText data type for Password.
EncryptText(Text, SecretText, Text)Textpublic24-28-
DecryptText(Text, SecretText, Text)Textpublic24-28-
EncryptStream(SecretText, Text, InStream, var OutStream)public24-28-
DecryptStream(SecretText, Text, InStream, var OutStream)public24-28-