일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- php 파일 업로드하기
- BANDiT
- privilege escalation
- Cookie
- Authentication
- overthewire
- file upload
- FTZ
- War Game
- Reconnaissance
- php file upload
- php login page
- 파일 업로드 취약점
- tryhackme
- access control
- sql injection
- Leviathan
- php 로그인 페이지 만들기
- ssrf
- Server Side Request Forgery
- php
- active recon
- Cryptography
- Recon
- SQLi
- php To Do List
- OS Command Injection
- active reconnaissance
- THM
- over the wire
Archives
- Today
- Total
목록CTR (1)
R's Hacking Daily Log
Symmetric key Encryption - Block Cipher
대칭키 기반의 암호화 중에서 Confidentiality를 만족하는 방식 중 OTP(one time pad) 내용을 살펴보았다. 이번 글에서는 Confidentiality를 위한 또 다른 암호화 기법인 "Block Cipher" 에 대해 알아보자. Block cipher는 OTP와 달리 Plaintext의 블록을 통째로 암호화하는 기법이다. * OTP에서는 bit 단위로 randm bit string인 pad를 생성해 암호화 과정을 거쳤다. Block cipher는 n bits의 데이터 블록에 k bits의 key를 사용해 암호화하고, 반대로 n bits의 암호문 블록에 k bits의 key를 사용해 복호화한다. Block cipher에서는 XOR과 bit shift 연산을 사용하여 암호화 과정을 거치고..
Daily-Note/cryptography
2023. 4. 22. 18:06