본문 바로가기

암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그

검색하기
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
프로필사진 h34hg0

  • 분류 전체보기 (69)
    • Cryptography (9)
    • Programming (1)
    • picoCTF (18)
    • Dreamhack (20)
      • Pwnable (7)
      • Web (13)
    • Algorithm (5)
    • OverTheWire: Bandit (13)
    • Baekjoon (0)
    • VScode (2)
    • SageMath (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
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
31
Tags
  • weak key
  • Bandit Level 1 → Level 2
  • Cube Root Attack
  • spoofing
  • cryptography
  • 웹해킹
  • 드림핵
  • picoCTF
  • OverTheWire Bandit Level 1 → Level 2
  • dns
  • pycrpytodome
  • 암호학
  • arp
  • bandit
  • shellcode
  • return address overflow
  • CSRF
  • 시스템해킹
  • RSA Common Modulas Attack
  • Hastad
  • overthewire
  • Franklin-Reiter Related Message Attack
  • RSA
  • dreamhack
  • Montgomery Reduction
  • XSS
  • AES
  • Crypto
  • redirect
  • rao
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Programming (1)

암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그

c/c++ 진법 변환(2, 8, 10, 16)

n진수를 10진수로 변환 ABCD = A * n^3 + B * n^2 + C * n^1 + D * n^0 10진수를 n진수로 변환 C언어로 진법 변환 구현 notation.h //notation.h char* convertBin(char* number); char* converterOct(char* number); int convertDec(char* number); char* convertHex(char* number); int isBin(char* number); int isOct(char* number); int isDec(char* number); int isHex(char* number); int whatNotation(char* number); notation.c //notation.c #de..

Programming 2022. 5. 1. 12:29
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바