parse

Function parse 

Source
pub fn parse(data: &str) -> Result<(&str, String, Vec<u8>, Vec<u8>)>
Expand description

Check if it’s a valid SSH-VAULT file and return the parsed components.

§Errors

Returns an error if the input is malformed or any Base64 decoding fails.