.encrypt(password)
Description
encrypt uses AES encryption to securely encrypt a string with a password. The encrypted result can be decrypted using the same password with the .decrypt() method.
Parameters
encrypt needs one parameter:
password: The password to use for encryption
Usage On Strings
Last updated
Was this helpful?