DancunManyinsa / password-locker

Application that enables a user manage passwords and be able to generate new passwords. It also provides the option of putting in a password that the user wants to use for the new credential account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author

Dancun Manyinsa - Password-locker App project

I'm a Python and Rust enthusiast interested in AI and Cybersecurity.

Password-locker project

Password-locker App project enables a user manage passwords and be able to generate new passwords. It also provides the option of putting in a password that the user wants to use for the new credential account.

Project requirements

  1. User should be able to create a password locker account with my details, a login username and password.
  2. User should be able to store already existing account credentials in the application.
  3. User should be able to create new account credentials in the application..
  4. User should be able to have the option of putting in a password that he/she wants to use for the new credential account.
  5. User should be able to view various account credentials and their passwords in the application.
  6. User should be able to delete a credentials account that he/she no longer needs in the application..

BDD specifications

Password-locker App allows the user to:

  • Create a new account.
  • Sign in.
  • Generate a password.
  • Copy Password to clipboard.
  • Exit Application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

These are the softwares needed to execute the project:

  • IDEs include either: Atom, VS Code, Brackets.
  • Python 3.6
  • Operating System either: Linux Operating System, Apple macOS, Microsoft Windows.

How to view Password-locker project

Open your terminal to a specific directory for example Desktop

git init

git clone https://github.com/DancunManyinsa/Password-locker.git

A folder by the name Password-locker appears on your desktop

How to edit Password-locker project

Open your terminal

cd/Desktop/Password-locker/

atom .

Run Password-locker

python3.6 run.py

License

The MIT License (MIT)

Copyright (c) 2018 - Password-locker project - All Rights Reserved

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.

Acknowledgments

Great minds

About

Application that enables a user manage passwords and be able to generate new passwords. It also provides the option of putting in a password that the user wants to use for the new credential account.


Languages

Language:Python 100.0%