pub async fn nitro_temp_encrypt(
    data: Vec<u8>
) -> Result<(Vec<u8>, String), Error>