• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainjavaitnletutluserserviceSecuKeyUtil.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
java
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
resources
문자전송리스트 API구분 추가
2023-08-02
webapp
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
File name
Commit message
Commit date
com
파일경로 수정
2023-08-03
let
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
web
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
File name
Commit message
Commit date
cop
이지우 - 취약점 조치(세금계산서 발행 시 본인 ID로만 등록, 본인 게시글만 수정, 환불 시 보유 금액 비교 추가)
2023-08-02
crypto/web
mjon_git
2023-06-12
fax
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
hangulparser
mjon_git
2023-06-12
kakao
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
komoran
mjon_git
2023-06-12
lett
mjon_git
2023-06-12
mail
휴면회원으로 지정 기준날짜 변경
2023-07-25
main
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
mjo
기업회원 첨부파일 뷰어에 기업유형 등 항목 추가
2023-08-04
module/base
mjon_git
2023-06-12
org
mjon_git
2023-06-12
schdlr/service
휴면회원 지정 추가
2023-07-25
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
회원별 등급 적용 주석처리
2023-07-28
uat
기업회원신청후 이미 승인처리된경우 중복 신청 안되도록 보완
2023-08-04
uss
문자예약 페이지 API / WEB 전송방식 조회
2023-08-02
utl
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
File name
Commit message
Commit date
fcc/service
mjon_git
2023-06-12
log4j
mjon_git
2023-06-12
sim/service
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
user/service
휴면회원 SMS발송 기능 추가 작업중
2023-07-18
File name
Commit message
Commit date
CheckBoardUtil.java
mjon_git
2023-06-12
CheckFileUtil.java
mjon_git
2023-06-12
CheckLoginUtil.java
mjon_git
2023-06-12
CheckNoServiceCommon.java
mjon_git
2023-06-12
MjonNoticeSendUtil.java
휴면회원 SMS발송 기능 추가 작업중
2023-07-18
MjonSmsCertSendUtil.java
mjon_git
2023-06-12
SecuKeyUtil.java
mjon_git
2023-06-12
hylee 2023-06-12 3c83d28 mjon_git UNIX
Raw Open in browser Change history
package itn.let.utl.user.service; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; /** * * 파일 체크에 대한 Util 클래스 * @author 사업기술본부 조용준(ITN) * @since 2021.07.16 * @version 1.0 * @see * * <pre> * << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ------- -------- --------------------------- * 2021.07.16 조용준 최초 생성 * * * </pre> */ @Controller public class SecuKeyUtil { private static final Logger LOGGER = LoggerFactory.getLogger(CheckBoardUtil.class); //make secu key public static String makeKey( int p_start_length , int p_end_length , String p_key_type //H or ELSE ) throws Exception{ LOGGER.debug("SecuKeyUtil.makeKey()"); String v_ret=""; int p_length = (int )(Math.random() * (p_end_length-p_start_length+1) + p_start_length);//5~14 - length int p_random; if ("H".equals(p_key_type)) { for (int i=0;i<p_length;i++){ p_random = (int )(Math.random() * 15);//0~9 v_ret +=Integer.toHexString(p_random); //v_ret +=Integer.toString(random2); } }else { for (int i=0;i<p_length;i++){ p_random = (int )(Math.random() * 9);//0~9 //v_ret +=Integer.toHexString(random2); v_ret +=Integer.toString(p_random); } } return v_ret; } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up