fencrypt fencrypt is an Simple File Encryptor that using Bitwise Exclusive OR operation usage Encrypt File $ fencrypt.py e ".extension" "password" Decrypt File $ fencrypt.py d ".extension" "password" Example $ python fencrypt.py e ".jpg" "s3cret"