Password management with command line
Project description
Passme
Passme is a password management tool with command line or web browzer. It helps you generate strong passwords for many sites. It generates password every time from a site-specific seed (sitekey) stored in the configuration file (sitekey file) and a master password that you memorize and type every time.
Features
- Easy to use from command line. Best fit for programmers.
- HTML file can be created to generate the passwords from your mobile devices.
- Site-specific seeds are stored in a single text file and can be managed easily.
Basic usage
> passme google
Master password: (input master password)
OT9BD5h6cHmWlN
Password copied to clipboard.
Use as a Python library
import passme
master = input('Input master password: ')
password = passme.readpass('google', master)
print('Google password: ' + password)
Full document
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
passme-1.2.1.tar.gz
(62.3 kB
view details)
Built Distribution
File details
Details for the file passme-1.2.1.tar.gz
.
File metadata
- Download URL: passme-1.2.1.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e618d2b4dc94a2708ec267493c8d869c743c6592d85fd30832d42fe65e7a37ec |
|
MD5 | f629f1fa7dfd0e486833a3ee4f4c6355 |
|
BLAKE2b-256 | a7b878ecdcec4b9e56288fcd371e6b5d3615a84e94d3bae4b43dfb1f6098f706 |
File details
Details for the file passme-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: passme-1.2.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca0d4e2974f95afb43a1fd2752826c338d4b54e4fd96a59922d7abd24364ee71 |
|
MD5 | a086578bf8e13fb5229139e82917b27b |
|
BLAKE2b-256 | a58534b7a28bc5c8f912e6b07d32a6fb602bc2b4d23721b14c84c0e4f87bf363 |