add the stuff floating from other machines

This commit is contained in:
writer 2024-10-15 10:13:30 +09:00
parent 30e65244e2
commit 35788d79e2
252 changed files with 12374 additions and 603 deletions

BIN
Steganography/.DS_Store vendored Normal file

Binary file not shown.

BIN
Steganography/Images/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python
__author__='bt3gl'
__author__='Mia Stein'
'''
Compare two aligned images of the same size.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
__author__ = "bt3gl"
__author__ = "Mia Stein"
def xor_str(str1, str2):
@ -15,4 +15,4 @@ if __name__ == '__main__':
kTXt = ''.join('28 36 38 2C 10 03 04 14 0A 15 08 14 02 07 08 18 0D 00 61 04 16 11 0B 12 00 07 61 03 0C 73 02 1F 02 1D 06 12 63 04 08 03 0B 1C 14 03 63 1D 0E 03 0A 10 04 2A 61 8F AC C1 00 00 00 00').split()
xORk = ''.join('43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57 43 53 41 57').split()
xor_str(kTXt, xORk)
xor_str(kTXt, xORk)

View file

@ -1,4 +1,5 @@
from PIL import Image
img = Image.open('steg100.png')
strbit1 = ''

View file

@ -1,6 +1,7 @@
# Steganography
## Images
- Adding two images
@ -69,8 +70,6 @@ ____
[Bacon's cipher]:http://en.wikipedia.org/wiki/Bacon's_ciphe
[Carpenter's Formula]:http://security.cs.pub.ro/hexcellents/wiki/writeups/asis_rsang
[pngcheck]: http://www.libpng.org/pub/png/apps/pngcheck.html