pub fn decrypt_with_password(
    password: &str,
    data: &str
) -> Result<String, JsError>