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