Metadata-Version: 2.1
Name: simplepass
Version: 1.2.8
Summary: A simple password manager for the command line.
Home-page: https://github.com/jeffmoger/simplepass
Author: Jeff Moger
Author-email: jeff-simple@moger.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Requires-Dist: passlib
Requires-Dist: cryptography

# SimplePass

A lightwieght password manager for the command line. 

## Install

*Windows*

`pip install SimplePass`

*Linux*

`pip3 install SimplePass`

## Usage

`simple`

## Features

- Master password is hashed with a unique salt
- Unique salts for every encrypted password
- Lightweight storage in JSON
- Import / Export

