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