| procedure | EncryptText(Text, Text, Text) | Pending | 24.0 | 24 | 26, gone |
| Use EncryptText with SecretText data type for Password. |
| procedure | DecryptText(Text, Text, Text) | Pending | 24.0 | 24 | 26, gone |
| Use DecryptText with SecretText data type for Password. |
| procedure | EncryptStream(Text, InStream, var OutStream) | Pending | 18.0 | 17 | 22, gone |
| Replaced, add the salt parameter to continue using this function |
| procedure | DecryptStream(Text, InStream, var OutStream) | Pending | 18.0 | 17 | 22, gone |
| Replaced, add the salt parameter to continue using this function |
| procedure | EncryptStream(Text, Text, InStream, var OutStream) | Pending | 24.0 | 24 | 26, gone |
| Use EncryptStream with SecretText data type for Password. |
| procedure | DecryptStream(Text, Text, InStream, var OutStream) | Pending | 24.0 | 24 | 26, gone |
| Use DecryptStream with SecretText data type for Password. |