Skip to content

elfalehed/quse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Quse

Quse is an encrypting & decrypting tool. Developed by KMx404.

How to use?:

1- First, install Python library pyAesCrypt:
pip3 install pyAesCrypt

2- Run using python3 Quse.py

AES:

  • Used the pyAesCrypt as the main module of the AES encryption.
  • Simple typed encryption with easy edits. Change the common passwords by editing the source code.
  • Its meant to be dynamic, the commented parts are a way to go for the next version.

For future features!

📌 Added modules!

1- First, install Python library pyaes that implements the AES symetric key encryption algorithm:
pip install pyaes

2- Next, install the Python library pbkdf2 that implements the PBKDF password-to-key derication algorithm:
pip install pbkdf2

2DO's

  • Re:clean the code
  • Start on the next Version
  • Test new algorithms

About

🔒 Encrypting and decrypting tool using python.

Resources

Stars

Watchers

Forks

Packages

No packages published