Skip to content

ralfarishi/CredX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this

CredX is a program to store personal account credential in command line. The stored data is encrypted using Fernet so it is not easily accessed by irresponsible people. The program also has a login process to increase the security.

How To Use

Install Modules

  • Python v3.11.5
  • Pip v23.2.1
  1. Clone this repo into your local computer. Then move inside to the cloned folder.
git clone https://github.com/ralfarishi/CredX.git
cd /CredX
  1. Install all modules using pip.
pip install cryptography bcrypt pyfiglet colorama
  1. Wait until the installation complete.

  2. Run the main.py file.

  3. Then, make your own configuration by choosing the first menu.


*notes:

  • I'm working on to make the executable for this program, so if you're not familiar with python you can use it by running the .exe file.
  • Don't forget to regularly backup the .pkl file.