Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 308 Bytes

File metadata and controls

16 lines (10 loc) · 308 Bytes

Simple XOR Image encryptor

Features

  1. encrypt and decrypt image with xor bitwise operation
  2. 2 modes of operation, enc and dec

Usage

You can run it by typing

python script.py

After that, you can enter path to your image you want to encrypt/decrypt, and then select mode of operation.