Skip to content

Commit 2188151

Browse files
authored
Update image_ency_decy.py
Signed-off-by: Aakash G <[email protected]>
1 parent 0417b40 commit 2188151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Image Encryption/image_ency_decy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def xor_encrypt_decrypt(input_path, output_path, key):
1515
except Exception as e:
1616
print(f"[-] Error: {str(e)}")
1717

18-
# Example usage
1918
if __name__ == "__main__":
2019
print("Image Encryption/Decryption Tool")
2120
input_file = input("Enter image path: ")

0 commit comments

Comments
 (0)