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