zleinweber/PassPhrase
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
PassPhrase Version Alpha 1.2.6 04/30/2015
General Usage
-------------
- This program is used to view password information for computer resources/services
in a graphical format.
- The user can add services to the program and all related information will be
displayed in a tkinter tree widget. Each service will have any optional related
information displayed in columns. This includes login name, password, and any
relevent security question/answers.
- The user can remove any uneeded services from the tree widget.
- The information is stored in an encrypted pickle file when the program is not in
use which, hopefully, protects sensitive password information. Each time the user
saves the information she is queried for a cypher key. She must then remember
this key as it will be used to encrypt all password information. When the
application starts it will look for this file and attempt to decrypt it, at which
point the user will be queried for this key so that the decryption can be completed.
Notes:
------
This is the first 'working' version of this program, but many featuers still need to
be implemented. I'm calling this alpha 1.0. When all of the base featuers are complete
I will call it Final Release version 1.0.
History:
-------
04-30-2015 - Added case sensitivity option to Find function
04-30-2015 - Ported Cryptos to python module
03-27-2015 - Added first draft of sort function (also limited)
02-20-2015 - Added first draft of find function (very limited)
02-06-2015 - Added a copy function. Ctrl-c copys pass to clipboard.
02-05-2015 - Added the modify function
01-09-2015 - Added some keyboard bindings to the GUI and improved robustness.
01-02-2015 - Many attempted bug fixes and additions to improve robustness.
12-20-2014 - Added function for importing data from a text file.
12-16-2014 - Added the ability export data to text file.
12-13-2014 - Fixed problem with loading un-encrypted password data.
12-12-2014 - Added second encryption key input in save function.
12-11-2014 - Alpha release 1.0. First draft of basic functionality.
Dependencies:
----------
Python3
tkinter
bash
OpenSSL