pub fn decrypt_notes(data: &[u8], password: &str) -> Result<Vec<u8>, String>
Decrypt note bytes previously produced by encrypt_notes.
encrypt_notes