Skip to content

Simple gui tool for encrypting/decrypting files using pyDes

License

Notifications You must be signed in to change notification settings

kavishdahekar/EnDec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple python project for encrypting my password files.
Expects file as an input and writes output to the same file.
Uses triple DES by default with a 16 bit passkey.

___USAGE___
python endec.py [ARG]

ARG : 
    help - show usage
    DES  - uses DES for encryption/decryption
    TDES - uses triple DES for encryption/decryption (default)

About

Simple gui tool for encrypting/decrypting files using pyDes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages