Skip to content

IBogDee/PythonProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PythonProjects

Encryption Project

$${\color{red}Dont \space RUN! \space Encryption.py \space twice \space it \space will \space overwrite \space the \space first \space key }$$

Files: Encryption.py and Decryption.py

First Step

Use the Encryption.py to generate the key and encrypt the path you want. Example: python3 Encryption.py /Users/kb/test/ /Users/bk/TestKey/KEY.txt

Second Step

Use the Decryption.py to use the generated key to decrypt the path you want. Example: python3 Decryption.py /Users/kb/test/ /Users/bk/TestKey/KEY.txt

About

all sort of python tasks and projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages