decrypt

Function decrypt 

Source
pub fn decrypt<R, W>(
    input: R,
    output: W,
    password: &PasswordString,
) -> Result<(), AescryptError>
where R: Read, W: Write,
Expand description

Decrypt an Aescrypt file (v0–v3) — zero secret exposure, maximum security