Const
Decrypts serialized ciphertext using a password.
The cipher algorithm to use.
The ciphertext to decrypt.
The password.
Optional
cfg: CipherOption(Optional) The configuration options to use for this operation.
The plaintext.
Encrypts a message using a password.
A cipher params object.
A serializable cipher wrapper that derives the key from a password, and returns ciphertext as a serializable cipher params object.