Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 290 Bytes

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"