
Crypto ecb_mode from Crypto.Util.Padding import pad from Crypto.Cipher import AES from Crypto.Random import get_random_bytes from base64 import b64decode, b64encode flag = open('/flag', 'rb').read() BLOCK_SIZE = 16 key = get_random_bytes(16) crypto = AES.new(key, AES.MODE_ECB) while True: try: data = b64decode(input('plain text (base64) >> ')) except: print('Retry') continue enc_data = crypto.en..
CTF
2023. 11. 1. 15:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 워게임
- 프로그래머스
- 알고리즘
- CTF
- 파이썬
- Write up
- 디스코드 봇
- 코딩테스트
- 정렬
- Lord of SQL injection
- 이더넛
- web3
- 이세돌
- blockchain
- 티스토리챌린지
- forensic
- Python
- Ethereum
- Ethernaut
- 웹해킹
- smart contract
- Los
- ctftime
- writeup
- YISF
- misc
- 디지털 포렌식
- solidity
- Crypto
- 오블완
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함