Skip to content

imshawan/keepsafe-passwordmanager

Repository files navigation

KeepSafe: Passing License: MIT Code Size: 135 Release: 1.2.1

KeepSafe - Password Manager

KeepSafe is a free Powerful and secure password manager with a elegant design. It lets you manage all your credentials quickly and efficiently for local applications and online services in a single window. KeepSafe stores your credentials in an encrypted form to the database so that no one can access your sensitive information without your permission. Check here for screenshots

Main Features of KeepSafe - Password Manager

  • A simple, flat and minimal UI design
  • Add, Modify, Delete records with ease
  • All of your passwords are stored encrypted in the database
  • Friendly User Account controls

Requirements

Use the package manager pip to install the modules from requirements.txt

pip install -r /path/to/requirements.txt

Compiling into executable?

  • Use pip to install PyInstaller
pip install pyinstaller
  • Navigate to the project folder
  • Compile into executable (*.exe) using the following command
pyinstaller --onefile --noconsole keepsafe.py

Or use

pyinstaller --windowed --noconsole keepsafe.py

For advanced usage, if you want to create a windows setup installer

pyinstaller --noconfirm --windowed --noconsole --icon=<iconImage.ico> --version-file=<versionINFOFile.txt> keepsafe.py
# Replace iconImage.ico with the application icon file
# Replace versionINFOFile.txt with the version information text file

Brief usage introduction

Some Notes worth to be kept in mind!

  • /resources/config.dat                #Contains user configurations
  • /resources/keepsafe.db             #The main database file

Files created under '/resources' folder are not to be played with and any changes made to the files may result in data loss AND I'm not responsible for that

KeepSafe is a Open-Source Password Manager for Windows. Send me your feedbacks, bug-reports and suggestions about KeepSafe to imshawan.dev049@gmail.com

About

A simple and encrypted Passwords Manager program, with all required features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages