Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

apasswordmanager-0.1.1-py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page