Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Franklin-Reiter Related Message Attack
- cryptography
- 웹해킹
- arp
- dns
- dreamhack
- overthewire
- RSA Common Modulas Attack
- 시스템해킹
- rao
- weak key
- redirect
- 드림핵
- Bandit Level 1 → Level 2
- pycrpytodome
- bandit
- OverTheWire Bandit Level 1 → Level 2
- XSS
- Cube Root Attack
- spoofing
- Montgomery Reduction
- 암호학
- Hastad
- AES
- return address overflow
- Crypto
- CSRF
- shellcode
- picoCTF
- RSA
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
[Cryptography] Weak Key 본문
Weak Key
Weak Key란 암호가 바람직하지 않은 방식으로 동작하게 만드는 키를 뜻한다.
DES의 경우 암복호화를 서로 동일하게 만드는 키가 있으며, 두개의 특정 키를 사용하여 평문을 두번 암호화 하면 평문이 나오는 키도 존재한다.
자세한 내용은 아래 링크 참고
https://en.wikipedia.org/wiki/Weak_key
Weak key - Wikipedia
From Wikipedia, the free encyclopedia In cryptography, a weak key is a key, which, used with a specific cipher, makes the cipher behave in some undesirable way. Weak keys usually represent a very small fraction of the overall keyspace, which usually means
en.wikipedia.org
'Cryptography' 카테고리의 다른 글
[Cryptography] 암호 공부 관련 웹 사이트, 도서 링크 (0) | 2024.04.18 |
---|---|
[Cryptography] Franklin-Reiter Related Message Attack (0) | 2024.03.09 |
[Cryptography] Hastad's Broadcast Attack (0) | 2024.02.13 |
[Cryptography] RSA Cube Root Attack (0) | 2024.02.03 |
[Cryptography] RSA Common Modulas Attack (0) | 2024.01.27 |