pub fn symmetric_cipher_decrypt(
    password: Vec<u8>,
    ciphertext: Vec<u8>
) -> Result<Vec<u8>, WalletError>