The encrypt method encrypts a string and returns the encrypted string. It uses the same encryption method as ACL encryption.
encrypt( content )
| Argument | Description | 
|---|---|
| content | (string) The string to encrypt. | 
(String). The encrypted string.
|  |