No project description provided
Project description
APassword Manager
APassword Manager is a simple Python password manager. It allows you to securely save secrets with a simple CLI interface.
Features
- Local database, each email and passwords are encrypted with a unique code using AES encryption
- Master key is hashed
- Possibility to create an unlimited number of managers
- Clipboard detected
- Password suggestions for password generator
Usage
Locally
Package
Installation and setup
APassword Manager 0.1.x can only be run locally.
Cloning the project
git clone https://github.com/AgentPython/AdvancedPasswordManager.git
Install dependencies
optional: virtual environment
poetry
poetry install
pip
pip install -r requirements.txt
Run
poetry
poetry run app
python
python -m src.apasswordmanager.main
Upcoming
Release date : May 13, 2023 (in a week)
APasswordManager 1.0.x requires sqlcipher
to be installed on your machine.
APasswordManager is packaged so you can use it in your project or in your terminal.
Which means can be installed with pip install apasswordmanager
Features
- External database with SQLite + SQLCipher
- Adding unique salt for every passwords, emails, and notes.
- Import or export in JSON
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apasswordmanager-0.1.1.tar.gz
(17.7 kB
view details)
Built Distribution
File details
Details for the file apasswordmanager-0.1.1.tar.gz
.
File metadata
- Download URL: apasswordmanager-0.1.1.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/5.15.79.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1718d16eeb139f1476efeaa1858a2481b6861f768b9fca5f064c8e9896d3e859 |
|
MD5 | 3c69a094f4b5e23c2b14b4fc4baa80a1 |
|
BLAKE2b-256 | 8a38264f6f0f10f726afa7df21e3bdcac3ae67ece3f265bec379b1c1e2b16904 |
File details
Details for the file apasswordmanager-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: apasswordmanager-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/5.15.79.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e77878e0f786bf5df0608b5e6da467dff006b14700cff0ca9c4fbe83c126e7f8 |
|
MD5 | 474298690638be94266f24263187dccc |
|
BLAKE2b-256 | e91c63412f1673c81fe0ca5ce21a611d608259f971a3877e91f84b0309c2eb18 |