Skip to main content

decrypt_notes

Function decrypt_notes 

Source
pub fn decrypt_notes(data: &[u8], password: &str) -> Result<Vec<u8>, String>
Expand description

Decrypt note bytes previously produced by encrypt_notes.