pub fn decrypt( ciphertext: impl AsRef<[u8]>, password: impl AsRef<str> ) -> Result<Vec<u8>>
Decrypts the ciphertext with the given password and returns the plaintext.
ciphertext
password
The plaintext as bytes