Skip to content

Commit e24fc5b

Browse files
committed
Pictures Directory
1 parent 933cc7d commit e24fc5b

File tree

6 files changed

+3
-176
lines changed

6 files changed

+3
-176
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ usage: "Image Magic.py" gen [-h] [-c] x y Output
1212

1313
A 400x300 png image of random pixels:
1414

15-
![Random.png](random.png)
15+
![Random.png](Pictures/random.png)
1616

1717
## Operations
1818

@@ -26,14 +26,14 @@ But why would anyone in their right mind ever perform an XOR on two images? Well
2626

2727
Unencrypted image:
2828

29-
![Unencrypted.png](logo.png)
29+
![Unencrypted.png](Pictures/logo.png)
3030

3131
Now let's perform an XOR on this image and the previous random image!
3232

3333
```
3434
python "Image Magic.py" op -o output.png logo.png xor random.png
3535
```
3636

37-
![Encrypted.png](encrypted.png)
37+
![Encrypted.png](Pictures/encrypted.png)
3838

3939
Without knowing the random seed used to generate the key image, it is nearly impossible to reverse this process to recover the original image.

xor_img.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)