Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- rao
- OverTheWire Bandit Level 1 → Level 2
- dns
- overthewire
- Crypto
- picoCTF
- AES
- 암호학
- 드림핵
- RSA
- 웹해킹
- Franklin-Reiter Related Message Attack
- shellcode
- RSA Common Modulas Attack
- bandit
- arp
- Hastad
- redirect
- pycrpytodome
- weak key
- Bandit Level 1 → Level 2
- dreamhack
- 시스템해킹
- return address overflow
- CSRF
- cryptography
- XSS
- spoofing
- Cube Root Attack
- Montgomery Reduction
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
2Warm 본문
문제
숫자 42를 이진수로 변환할 수 있습니까?
풀이
42를 이진수로 변환하면 101010임을 알 수 있다.
c/c++ 진법 변환(2, 8, 10, 16) :: heahgo (tistory.com)
c/c++ 진법 변환(2, 8, 10, 16)
n진수를 10진수로 변환 10진수를 n진수로 변환 C언어로 진법 변환 구현 notation.h //notation.h char* convertBin(char* number); char* converterOct(char* number); int convertDec(char* number); char* con..
heahgo.tistory.com
따라서 플래그가 picoCTF{101010} 임을 알 수 있다.
'picoCTF' 카테고리의 다른 글
strings it (0) | 2022.05.10 |
---|---|
First Grep (0) | 2022.05.10 |
what's a net cat? (0) | 2022.05.10 |
Lets Warm Up (0) | 2022.05.09 |
Warmed Up (0) | 2022.05.09 |