Skip to main content

Password manager with face recognition

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

TwoPasswords

Pypi MIT licensed

TwoPasswords is a simple Python password manager, that uses Face Recognition as a second factor. It allows you to securely save account credentials with a simple TUI interface.

Features

  • Account credentials stored locally in an encrypted SQLite database with SQLCipher
  • Passwords can be passed to Clipboard
  • Passwords can be generated in XKCD style
  • Import and Export in JSON

Basic Usage

To start using TwoPasswords, you have to register your face and enter your new Master Password.

Installation notes

  1. TwoPasswords requires cmake to be installed on your machine.
pip3 install cmake
  1. TwoPasswords requires sqlcipher to be installed on your machine.

On MacOS, you can install it with brew:

brew install sqlcipher
pip3 install sqlcipher3==0.4.5

# If you are getting an error "Failed to build sqlcipher3", you would need to fix the build flags:
SQLCIPHER_PATH="$(brew --cellar sqlcipher)/$(brew list --versions sqlcipher | tr ' ' '\n' | tail -1)"
C_INCLUDE_PATH=$SQLCIPHER_PATH/include LIBRARY_PATH=$SQLCIPHER_PATH/lib pip3 install sqlcipher3==0.4.5
  1. Also you need to install latest ffmpeg library for a latest OpenCV version
brew install ffmpeg

Installing via PyPI

pip3 install twopasswords

# Run setup
twopasswords

Installing via cloning this project

# Clone project
git clone https://github.com/gennadis/twopasswords.git 
cd twopasswords

# Installation
python3 setup.py install

# Run setup
twopasswords

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

twopasswords-0.0.14.tar.gz (52.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twopasswords-0.0.14-py3-none-any.whl (54.6 kB view details)

Uploaded Python 3

File details

Details for the file twopasswords-0.0.14.tar.gz.

File metadata

  • Download URL: twopasswords-0.0.14.tar.gz
  • Upload date:
  • Size: 52.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for twopasswords-0.0.14.tar.gz
Algorithm Hash digest
SHA256 70894bb9437353684dd1496d2e988b2415559c6fa6467feffd02977c6917427d
MD5 32bd3ce5e1d273d1f2f75ba9d7aa6ce5
BLAKE2b-256 40487b00abdefa4d236b362983d320053c9272ea56322bfb29763c99ca0223b8

See more details on using hashes here.

File details

Details for the file twopasswords-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: twopasswords-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 54.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for twopasswords-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 439eb3d1673e31d382600f8003b3dda5a83c0f7391db04bcc230dc1a3b9bc4c3
MD5 33cafef93bb9034792e3e0fd3e7462d8
BLAKE2b-256 4601faa7b86f1f0290fe4dda5a4d20ae66d702c35174d4ad81ff8ffe72cdfa8e

See more details on using hashes here.

Supported by

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