Skip to content

A password encryptor package for Linux

Notifications You must be signed in to change notification settings

Caesar1N/Encryptor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryptor

A password encryptor package for Linux

Complete revamp coming soon! This is a powerful software to be used only at user's risk. RSA and AES encrytion techniques ensure that your data is secure and safe. A menu driven program to easily begin using The Encryptor. It takes one username and password at a time and encrypts them in a secure file. Further versions will see an addition to the number of pairs that can be added. The method ensures that while sending any credentials to authorised users, only they have the access to it. Adding such methods allows you to provide true end to end encryption, without revealing any sensitive info. Some features are explained below

Commands to run on Terminal

Use the following commands on Linux to run the Program

$ python3 Source.py 

Understanding The Encryptor

  • The Encryptor uses AES and RSA encryption.

  • Optimal asymmetric encryption padding used for sturdier encryption.

  • 'Nonce' to ensure AES encryption.

Dependencies

You must have Python 3.x and Pycryptodome installed. In addition to this, several custom packages are included in the bin folder of the Repository..

 pip install pycryptodome 

Leave a star and check out more amazing codes by Ankush Sharma

Reach out to me at [email protected]

About

A password encryptor package for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%