일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ssrf
- over the wire
- php login page
- Authentication
- file upload
- THM
- Cookie
- php To Do List
- tryhackme
- SQLi
- BANDiT
- php 로그인 페이지 만들기
- overthewire
- FTZ
- Recon
- php file upload
- php
- active recon
- sql injection
- access control
- Cryptography
- php 파일 업로드하기
- Leviathan
- 파일 업로드 취약점
- Reconnaissance
- privilege escalation
- active reconnaissance
- War Game
- Server Side Request Forgery
- OS Command Injection
Archives
- Today
- Total
목록data encryption standard (1)
R's Hacking Daily Log
Symmetric key Encryption - DES
DES :: Data Encryption Standard DES는 저번 글에서 살펴본 Block cipher에 사용하는 암호화 기법 중 대표적인 예시라 할 수 있다. CBC의 경우 plaintext와 IV를 XOR 한 후 key를 가지고 Encryption 하여 ciphertext를 만들어냈다. 이 과정에서 Encryption에 해당하는 방법 중 하나가 DES인 것이다. DES 과정을 살펴볼 때 input text의 길이는 고정적으로 64 bits로 볼 것이고 key는 56 bits이다. 전체적인 과정은 지금까지 봐온 것과 마찬가지로 plaintext와 key를 사용해 암호화 과정을 거치고, ciphertext와 key를 사용해 복호화하는 과정을 거친다. DES의 경우, 어떤 암호화 과정을 거치는 지에 ..
Daily-Note/cryptography
2023. 4. 23. 15:43