일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Authentication
- php login page
- ssrf
- Recon
- access control
- file upload
- active reconnaissance
- Cryptography
- overthewire
- privilege escalation
- php 로그인 페이지 만들기
- sql injection
- php file upload
- SQLi
- BANDiT
- FTZ
- THM
- php
- php To Do List
- OS Command Injection
- 파일 업로드 취약점
- php 파일 업로드하기
- Cookie
- Server Side Request Forgery
- active recon
- over the wire
- Reconnaissance
- Leviathan
- tryhackme
- War Game
Archives
- Today
- Total
목록AES (1)
R's Hacking Daily Log

AES :: Advanced Encryption Standard AES는 DES처럼 Block cipher 방식 중 하나로 128 bits의 data block을 암호화 & 복호화한다. AES에는 3가지 버전이 존재하는 데, 이는 사용하는 cipher key의 길이가 어떻게 되느냐에 따라 (128 bits, 192 bits, 256 bits) round 반복 횟수가 결정된다. (10, 12, 14 rounds) AES 과정을 살펴보기 전에 먼저 단어 정의를 하고자 한다. 흔히 말하는 Byte는 총 8개의 bits로 구성되고 Word는 그런 Byte가 4개 모인 걸 의미한다. 다른 말로 Word는 32 bits로 구성된다고 할 수 있다. Block은 16개의 Byte로 구성되어 총 128 bits이며 다른..
Daily-Note/cryptography
2023. 7. 7. 16:09