From 1550c1a5c2d559a7e7818f7e4c875bfd2b2a9d79 Mon Sep 17 00:00:00 2001 From: shinmj Date: Thu, 18 Nov 2021 16:43:06 +0900 Subject: [PATCH] =?UTF-8?q?random=20=EC=83=9D=EC=84=B1=EC=8B=9C=20?= =?UTF-8?q?=ED=8A=B9=EC=88=98=EB=AC=B8=EC=9E=90=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/egovframe/cloud/portalservice/utils/PortalUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/portal-service/src/main/java/org/egovframe/cloud/portalservice/utils/PortalUtils.java b/backend/portal-service/src/main/java/org/egovframe/cloud/portalservice/utils/PortalUtils.java index 6314da8..d93d41a 100644 --- a/backend/portal-service/src/main/java/org/egovframe/cloud/portalservice/utils/PortalUtils.java +++ b/backend/portal-service/src/main/java/org/egovframe/cloud/portalservice/utils/PortalUtils.java @@ -75,8 +75,7 @@ public class PortalUtils { char[] charSet = new char[]{'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', - 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '!', '@', - '#', '$', '%', '^', '&'}; + 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; StringBuffer sb = new StringBuffer(); SecureRandom sr = new SecureRandom();