아...그 뭐였더라..

  • 홈
  • 태그
  • 방명록

암호화 1

RSA decryption

import java.math.BigInteger; public class RSAHW { public static void main(String[] args) { BigInteger n = new BigInteger("3174654383"); BigInteger e = new BigInteger("65537"); BigInteger C = new BigInteger("2487688703"); BigInteger p = n; BigInteger q = new BigInteger("2"); BigInteger pi; // (p-1)*(q-1) BigInteger k = new BigInteger("1"); BigInteger d, M; while(p.compareTo(q)==1) { //p>q if(p.mo..

Language/Java 2020.04.22
이전
1
다음
더보기
프로필사진

아...그 뭐였더라..

  • 전체 글 보기 (187)
    • Language (66)
      • C (1)
      • Python (8)
      • Java (8)
      • SQL (48)
      • JS (1)
    • Algorithm (94)
      • Problems (92)
      • algorithm (2)
    • Problem solving (13)
      • 쉽게 배우는 JSP 웹 프로그래밍 (13)
    • Project (10)
      • Intro (6)
      • Web (2)
      • Android (1)
      • Java (1)
    • 취업준비 (4)
      • 자격증 (0)
      • 경신스📰 (0)
      • Life Mission (4)
      • Study (0)

Tag

자바, 완전탐색, til, 쉽게 배우는 JSP 웹 프로그래밍, DFS, 백트래킹, 백준, SQL, 코딩테스트준비, 프로그래머스, BFS, 항해99, Python, java, DP, 개발자취업, 파이썬, 그리디, MySQL, 99클럽,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바