Skip to content

Commit cb22cd2

Browse files
authored
fix broken image link (#147)
1 parent 514712e commit cb22cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cryptography/why-xor-in-cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- "cryptography"
77
- "security"
88
images:
9-
- /img/800/why-is-exclusive-or-_xor_-important-in-cryptography.webp.webp
9+
- /img/800/why-is-exclusive-or-_xor_-important-in-cryptography.webp
1010
---
1111

1212
If you are getting into [cryptography](/cryptography/what-is-cryptography/), or just trying to understand the fundamentals, you may have noticed that the `exclusive or` (XOR) operation is used quite often, especially in ciphers. XOR is a simple bitwise operation that allows cryptographers to create strong encryption systems, and consequently is a fundamental building block of practically all modern ciphers. Let's dive into the details and see what makes XOR so important.

0 commit comments

Comments
 (0)