pub fn parse(data: &str) -> Result<(&str, String, Vec<u8>, Vec<u8>)>
Check if it’s a valid SSH-VAULT file and return the parsed components.
Returns an error if the input is malformed or any Base64 decoding fails.