Encrypt¶
Encrypts the given text with a password.
1 |
|
Parameters¶
string password
The password to be used in encryption.
string salt
The salt to be used in encryption.
string text
The text to be encrypted.
Returns¶
The encrypted data in Base64 encoding.
Remarks¶
Encrypt and decrypt text:¶
1 2 3 4 5 6 7 |
|