Function decrypt

pub fn decrypt(enckey: &str, password: &[u8]) -> Result<LkIdentity, KeyError>