https://github.com/imshawan/keepsafe-passwordmanager
A simple and encrypted Passwords Manager program, with all required features
https://github.com/imshawan/keepsafe-passwordmanager
Last synced: about 1 month ago
JSON representation
A simple and encrypted Passwords Manager program, with all required features
- Host: GitHub
- URL: https://github.com/imshawan/keepsafe-passwordmanager
- Owner: imshawan
- License: mit
- Created: 2021-01-27T07:57:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T06:08:12.000Z (about 4 years ago)
- Last Synced: 2025-01-23T13:43:53.751Z (3 months ago)
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://github.com/imshawan/keepsafe-passwordmanager)


# 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](https://pip.pypa.io/en/stable/) to install the modules from requirements.txt
```bash
pip install -r /path/to/requirements.txt
```
## Compiling into executable?
* Use pip to install PyInstaller
```bash
pip install pyinstaller
```
* Navigate to the project folder
* Compile into executable (*.exe) using the following command
```bash
pyinstaller --onefile --noconsole keepsafe.py
```
Or use```bash
pyinstaller --windowed --noconsole keepsafe.py
```
For advanced usage, if you want to create a windows setup installer
```bash
pyinstaller --noconfirm --windowed --noconsole --icon= --version-file= 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 [email protected]