public static String generateRandomString() {
  return new BigInteger(130, new SecureRandom()).toString(32);
}