We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0417b40 commit 2188151Copy full SHA for 2188151
1 file changed
Image Encryption/image_ency_decy.py
@@ -15,7 +15,6 @@ def xor_encrypt_decrypt(input_path, output_path, key):
15
except Exception as e:
16
print(f"[-] Error: {str(e)}")
17
18
-# Example usage
19
if __name__ == "__main__":
20
print("Image Encryption/Decryption Tool")
21
input_file = input("Enter image path: ")
0 commit comments