Skip to content

fencrypt is an Simple File Encryptor that using Bitwise Exclusive OR operation

Notifications You must be signed in to change notification settings

ghuniyu/fencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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"

About

fencrypt is an Simple File Encryptor that using Bitwise Exclusive OR operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages