-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexec.sh
More file actions
21 lines (17 loc) · 1.05 KB
/
exec.sh
File metadata and controls
21 lines (17 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
./exec_decryption_image_stamper.sh white10x10_16x.bmp
# ./exec_decryption_image_stamper.sh white15x15_16x.bmp
# ./exec_decryption_image_stamper.sh white30x15_16x.bmp
# ./exec_decryption_image_stamper.sh white30x30_16x.bmp
# ./exec_decryption_image_stamper.sh white60x30_16x.bmp
# ./exec_decryption_image_stamper.sh white60x60_16x.bmp
# ./exec_decryption_image_stamper.sh white500x200_16x.bmp
# ./exec_decryption_image_stamper.sh white500x500_16x.bmp
# ./exec_decryption_image_stamper_poseidon.sh white10x10.bmp 376 374 16
# ./exec_decryption_image_stamper_poseidon.sh white15x15.bmp 775 774 31
# ./exec_decryption_image_stamper_poseidon.sh white30x15.bmp 1435 1434 61
# ./exec_decryption_image_stamper_poseidon.sh white30x30.bmp 2815 2814 106
# ./exec_decryption_image_stamper_poseidon.sh white60x30.bmp 5455 5454 181
# ./exec_decryption_image_stamper_poseidon.sh white60x60.bmp 10855 10854 361
# ./exec_decryption_image_stamper_poseidon.sh white120x120.bmp 43255 43254 1411
# ./exec_decryption_image_stamper_poseidon.sh white180x120.bmp 64855 64854 2101