From 56740c0273f616e33eaae3962ef7bdbb205f5d60 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:02:53 +0100 Subject: [PATCH] Update xor_bytes.py --- Steganography/Images/xor_and_adding/xor_bytes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Steganography/Images/xor_and_adding/xor_bytes.py b/Steganography/Images/xor_and_adding/xor_bytes.py index 7ad7902..62a1cb2 100644 --- a/Steganography/Images/xor_and_adding/xor_bytes.py +++ b/Steganography/Images/xor_and_adding/xor_bytes.py @@ -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) \ No newline at end of file + xor_str(kTXt, xORk)