pub fn encrypt_vec_with_json_keys(
    nums: &Vec<u64>,
    eks: &[String]
) -> Vec<UserVecCipher>