/password_locker

A command line application that enables user to store account credentials

Primary LanguagePython

Password locker App

A python 3 password manager. , 2019

By Ian Kurao

Description

The application runs on the command line.

Setup/Installation Requirements

  • Search for repository name
  • Click on clone/download to get import link
  • ensure you have python 3 or higher installed on your local machine
  • The app depends on git for versioning and git hub for publishing.
  • Use of source code for malicious intent may be followed up with legal action and is independent of the source code.
  • To run the application, pass the command 'chmod +x run.py' on terminal
  • Follow this command with ./run.py to use application

Behaviour Driven Development

Behaviour Input Output
login credentials User name & password Welcome 'User-name'
Select option Select one of the short codes Enable feature for that particular code
Take user data User data User information
Generate password Select password generate option New password
Delete credentials Choose delete credentials Credentials are deleted
Exit app Select exit choice App closes

Known Bugs

None at the moment

Technologies Used

  • Python 3.6

Support and contact details

In case of any questions, contact me by:

Licencing

MIT License

Copyright (c) [2019] [Ian Kurao]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.