GithubHelp home page GithubHelp logo

cse385-project1's Introduction

cse385-project1

Overview

This is a multi-user password management system backed by a database. It relies on central authentication services to authenticate users (rather than store passwords). It is written in Python using the Flask framework and Bootstrap.

Features

  • Authenticates against CAS (central authentication services)
  • Allows assigning users and passwords groups
    • Users can belong to multiple groups
    • Passwords can be assigned to multiple groups
    • Users can be assigned single passwords
  • Tracks login history
  • Tracks password change history

Database overview

The database contains the following tables:

  • Users: Contain a list of valid users and when they were added
  • Groups: Contains a list of groups, their name, and a description
  • User-Groups: Contains assignments of users to groups
  • User-Passwords: Contains assignments of users to passwords to allow the assignment of a user to a single password without the need for creating complex group structures
  • Passwords: Contains site title, username/login, password, date added, and date last updated. It also contains an optional secure note with more information
  • Passwords-Groups: Contains a mapping of which groups a password can belong to and whether the group is read-only or can make changes
  • Login-History: Contains a log of each time a user logins and the IP address they are using (for audit purposes)
  • Password-Change-History: Contains a record of when a password what changed and what the previous value was. This also contains who can change passwords

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.