Python Password Safe
Python Password Safe is a simple password manager CLI tool written in Python.
Python Password Safe allows you to save an encrypted list of username-password entries organized into different groups of your making. All you have to do is create and remember one master PIN number in order to unlock your password safe.
Note: This project was independently made for the purposes of learning new cryptography tools, practicing database interactions with SQLite, and developing a personal password manager for my local machine. Therefore, strong security is not guaranteed. Please use at your own risk!
Getting Started
Installation
# Using PyPI
pip3 install py-pwsafe
Running the program
pypwsafe
Demo
Initial Setup
Basic Usage
Note: Colors, emojis, and other formatted text will not display correctly on Windows machines. Windows Command Line does not (currently) support unicode characters.
License
Copyright (c) 2020 Ricky Thai
Release files for py-pwsafe 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py-pwsafe-2.0.3.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_pwsafe-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / py-pwsafe-2.0.3.tar.gz
| Download URL | py-pwsafe-2.0.3.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8488232d6d1863f95cbaaab5a5651104f5a5a9506f00cf94e09b432333a52a38
|
|
BLAKE2b-256 checksum How to use checksums |
50f2161ac45de85193feaa6a47e95894bd140f7bda223d742245338cf288f23a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
|
Release files / py_pwsafe-2.0.3-py3-none-any.whl
| Download URL | py_pwsafe-2.0.3-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a25000121077cf866952fa88cc755d5af6e7386f287edf3ea0b85d8e33e92ed3
|
|
BLAKE2b-256 checksum How to use checksums |
604dcf863610c833fa8ab51157bbb54f1b65232b184e9fb95993beec50a422c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
|