.decrypt(password)
Description
decrypt uses AES decryption to decrypt a string that was encrypted using the .encrypt() method. The same password used for encryption must be provided.
Parameters
decrypt needs one parameter:
password: The password that was used for encryption
Usage On Strings
Last updated
Was this helpful?